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

/ast/src/cmd/mailx/
H A Dlist.c799 int quotec; local
866 quotec = 0;
868 quotec = c;
872 if (c == quotec) {
876 if (!quotec && (c == ' ' || c == '\t'))
882 if (quotec && !c) {
883 note(0, "Missing %c", quotec);

Completed in 19 milliseconds