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

  /src/external/mpl/dhcp/dist/common/
conflex.c 258 * The peek_token() and peek_raw_token() functions work as expected.
260 * Warning: if you invoke peek_token(), then if there is a whitespace
448 peek_token(const char **rval, unsigned *rlen, struct parse *cfile) { function
454 * The same as the peek_token() function above, but will return space
  /src/external/mpl/dhcp/dist/keama/
conflex.c 243 * The peek_token() and peek_raw_token() functions work as expected.
245 * Warning: if you invoke peek_token(), then if there is a whitespace
426 peek_token(const char **rval, unsigned *rlen, struct parse *cfile) { function
432 * The same as the peek_token() function above, but will return space
  /src/external/gpl2/xcvs/dist/lib/
regcomp.c 60 static int peek_token (re_token_t *token, re_string_t *input,
1727 re_string_skip_bytes (input, peek_token (result, input, syntax));
1734 peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax)
1954 peek_token (&next, input, syntax);
2278 by peek_token. */
2484 peek_token. */
1726 peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax) function

Completed in 30 milliseconds