Home
last modified time | relevance | path

Searched refs:SN_DELIM (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dcmd2.c404 #define SN_DELIM 1 /* Delimiter (<blank> or line beginning) */ macro
437 pc_type = SN_DELIM; in snarf()
446 pc_type = SN_DELIM; in snarf()
475 if (pc_type & (SN_DELIM|SN_TOKEN)) { in snarf()
476 if (pc_type & SN_DELIM) { in snarf()