Home
last modified time | relevance | path

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

/freebsd/usr.bin/ident/
H A Dident.c47 PUNC_SEEN, /* ':' -> _SVN; space -> TEXT */ enumerator
117 state = PUNC_SEEN; in scan()
133 case PUNC_SEEN: in scan()
148 if (state == PUNC_SEEN) { in scan()