Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTLex.c87 return LEX_FIELD_SEP; in lex()
121 case LEX_FIELD_SEP: /* Field separator */ in lex_verbose()
DHTLex.h19 LEX_FIELD_SEP, /* Field separator */ enumerator
DHTAAProt.c215 if (LEX_FIELD_SEP != (lex_item = lex(fp))) in HTAA_parseProtFile()
DHTGroup.c326 if (LEX_FIELD_SEP != (lex_item = lex(fp))) {