Home
last modified time | relevance | path

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

/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/post-process/
H A Dconstituents.c33 typedef enum {OPEN_TOK, CLOSE_TOK, WORD_TOK} CType; enumerator
1127 return CLOSE_TOK; in token_type()
1149 case CLOSE_TOK : in parse_string()