Home
last modified time | relevance | path

Searched defs:iscontrol (Results 1 – 4 of 4) sorted by relevance

/csrg-svn/local/ditroff/ditroff.old.okeeffe/troff/
H A Dtdef.h100 #define iscontrol(n) (n>=034 && n<=037) /* used to test the next two */ macro
/csrg-svn/local/ditroff/ditroff.okeeffe/
H A Dtdef.h89 #define iscontrol(n) (n==035 || n==036) /* used to test the next two */ macro
/csrg-svn/local/ditroff/ditroff.okeeffe/troff/
H A Dtdef.h99 #define iscontrol(n) (n==035 || n==036) /* used to test the next two */ macro
/csrg-svn/local/ditroff/ditroff.van/
H A Dtdef.h89 #define iscontrol(n) (n==035 || n==036) /* used to test the next two */ macro