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

  /src/external/bsd/mdocml/dist/
test-getsubopt.c 32 char token0[] = "k"; local
33 char *const tokens[] = { token0, NULL };
  /src/lib/libintl/
plural_parser.c 103 } token0; member in struct:tokenizer_context
110 tcx->token0.token = T_NONE;
231 if (tcx->token0.token != T_NONE) {
232 int token = tcx->token0.token;
233 tcx->token0.token = T_NONE;
234 *token_data = tcx->token0.token_data;
245 tcx->token0.token = token;
246 tcx->token0.token_data = *token_data;

Completed in 16 milliseconds