Searched refs:C_OPTION (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/mandoc/
H A Dsoelim.c46 #define C_OPTION 0x1 macro
107 if (!isspace((unsigned char)*walk) && (flag & C_OPTION) == 0) {
154 flags |= C_OPTION;
/freebsd-current/usr.bin/soelim/
H A Dsoelim.c38 #define C_OPTION 0x1 macro
99 if (!isspace(*walk) && ((flag & C_OPTION) == 0)) {
146 flags |= C_OPTION;

Completed in 67 milliseconds