Searched refs:peek_token (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/usr.sbin/dhcpd/ |
| D | confpars.c | 74 token = peek_token(&val, cfile); in readconf() 537 token = peek_token(&val, cfile); 600 token = peek_token(&val, cfile); 640 token = peek_token(&val, cfile); 663 token = peek_token(&val, cfile); 732 token = peek_token(&val, cfile); 789 token = peek_token(&val, cfile); 822 token = peek_token(&val, cfile); 872 token = peek_token(&val, cfile); 914 token = peek_token(&val, cfile); [all …]
|
| D | parse.c | 72 token = peek_token(&val, cfile); in skip_to_semi() 168 token = peek_token(&val, cfile); in parse_host_name() 303 token = peek_token(&val, cfile); in parse_numeric_aggregate()
|
| D | conflex.c | 186 peek_token(char **rval, FILE *cfile) in peek_token() function
|
| D | dhcpd.h | 583 int peek_token(char **, FILE *);
|
| /mirbsd/src/sbin/dhclient/ |
| D | clparse.c | 88 token = peek_token(&val, cfile); in read_client_conf() 256 token = peek_token(&val, cfile); in parse_X() 272 token = peek_token(&val, cfile); in parse_X() 368 token = peek_token(&val, cfile); in parse_interface_declaration() 410 token = peek_token(&val, cfile); in parse_client_lease_statement()
|
| D | parse.c | 71 token = peek_token(&val, cfile); in skip_to_semi() 227 if (count && (peek_token(&val, cfile) == separator)) in parse_numeric_aggregate()
|
| D | dhcpd.h | 232 int peek_token(char **, FILE *);
|
| D | conflex.c | 185 peek_token(char **rval, FILE *cfile) in peek_token() function
|
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | regcomp.c | 57 static int peek_token (re_token_t *token, re_string_t *input, 1714 re_string_skip_bytes (input, peek_token (result, input, syntax)); in fetch_token() 1721 peek_token (re_token_t *token, re_string_t *input, reg_syntax_t syntax) in peek_token() function 1941 peek_token (&next, input, syntax); in peek_token()
|