HomeSort by: relevance | last modified time | path
    Searched defs:addtok (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 448 We will update dfa->multibyte_prop in addtok(), because we can't
1099 addtok (token t) function
1193 addtok(tok);
1207 addtok(tok);
1208 addtok(CAT);
1225 addtok (CSET + charclass_index (ccl));
1226 addtok (BACKREF);
1227 addtok (CAT);
1239 addtok(EMPTY);
1271 addtok(dfa->tokens[tindex + i])
    [all...]
  /src/external/gpl2/grep/dist/src/
dfa.c 474 We will update dfa->multibyte_prop in addtok(), because we can't
1120 addtok (token t) function
1214 addtok(tok);
1228 addtok(tok);
1229 addtok(CAT);
1246 addtok (CSET + charclass_index (ccl));
1247 addtok (BACKREF);
1248 addtok (CAT);
1260 addtok(EMPTY);
1292 addtok(dfa->tokens[tindex + i])
    [all...]

Completed in 45 milliseconds