Searched defs:NOCHAR (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c73 #define NOCHAR -2 macro
97 static int ldelim = NOCHAR;
98 static int rdelim = NOCHAR;
692 ldelim = NOCHAR;
693 rdelim = NOCHAR;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c659 #define NOCHAR (-1) /* signal nothing in lookahead token */ macro
725 c = NOCHAR;
742 if (c != NOCHAR && !bslashmode)
824 c = NOCHAR;
849 c = NOCHAR;
858 c = NOCHAR;
866 c = NOCHAR;
885 c = NOCHAR;
895 if (c == NOCHAR)
915 c = NOCHAR;
[all...]

Completed in 59 milliseconds