Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/col/
H A Dcol.c82 typedef char CSET; typedef
88 CSET c_set; /* character set (currently only 2) */
113 static CSET last_set; /* char_set of last char printed */
133 CSET cur_set; /* current character set */ in main()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Ddfa.h143 CSET /* CSET and (and any value greater) is a enumerator
150 #define SET_INDEX(t) ((t) - CSET)
H A Ddfa.c948 return lasttok = CSET + charclass_index(ccl); in lex()
961 return lasttok = CSET + charclass_index(ccl); in lex()
1066 return lasttok = CSET + charclass_index(ccl); in lex()
1075 return lasttok = CSET + charclass_index(ccl); in lex()
1186 if ((tok >= 0 && tok < NOTCHAR) || tok >= CSET || tok == BACKREF in atom()
1225 addtok (CSET + charclass_index (ccl)); in atom()
1549 && d->tokens[s->elems[i].index] < CSET) in epsclosure()
1834 || d->tokens[i] >= CSET) in dfaanalyze()
1957 else if (d->tokens[pos.index] >= CSET) in dfastate()
1958 copyset(d->charclasses[d->tokens[pos.index] - CSET], matches); in dfastate()
[all …]
/netbsd-src/external/gpl2/grep/dist/src/
H A Ddfa.h162 CSET /* CSET and (and any value greater) is a enumerator
169 #define SET_INDEX(t) ((t) - CSET)
H A Ddfa.c974 return lasttok = CSET + charclass_index(ccl); in lex()
987 return lasttok = CSET + charclass_index(ccl); in lex()
1087 return lasttok = CSET + charclass_index(ccl); in lex()
1096 return lasttok = CSET + charclass_index(ccl); in lex()
1207 if ((tok >= 0 && tok < NOTCHAR) || tok >= CSET || tok == BACKREF in atom()
1246 addtok (CSET + charclass_index (ccl)); in atom()
1570 && d->tokens[s->elems[i].index] < CSET) in epsclosure()
1855 || d->tokens[i] >= CSET) in dfaanalyze()
1978 else if (d->tokens[pos.index] >= CSET) in dfastate()
1979 copyset(d->charclasses[d->tokens[pos.index] - CSET], matches); in dfastate()
[all …]