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

/freebsd-12-stable/usr.bin/ident/
H A Dident.c47 DELIM_SEEN, /* letter */ enumerator in enum:__anon17282
73 /* Transit to DELIM_SEEN if we see $ */
74 state = DELIM_SEEN;
80 case DELIM_SEEN:
90 /* Or, stay in DELIM_SEEN if more $ */
114 * Incomplete ident. Go back to DELIM_SEEN
118 state = DELIM_SEEN;

Completed in 48 milliseconds