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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c112 #define BOL (OUT-1) macro
113 #define EOL (BOL-1)
114 #define BOLEOL (BOL-2)
115 #define NOTHING (BOL-3)
116 #define BOW (BOL-4)
117 #define EOW (BOL-5)
118 #define BADCHAR (BOL-6)
798 /* is there an EOL and/or BOL between lastc and c? */
803 flagch = BOL;
808 flagch = (flagch == BOL)
[all...]

Completed in 59 milliseconds