Home
last modified time | relevance | path

Searched refs:peek_token (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/usr.sbin/dhcpd/
Dconfpars.c74 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 …]
Dparse.c72 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()
Dconflex.c186 peek_token(char **rval, FILE *cfile) in peek_token() function
Ddhcpd.h583 int peek_token(char **, FILE *);
/mirbsd/src/sbin/dhclient/
Dclparse.c88 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()
Dparse.c71 token = peek_token(&val, cfile); in skip_to_semi()
227 if (count && (peek_token(&val, cfile) == separator)) in parse_numeric_aggregate()
Ddhcpd.h232 int peek_token(char **, FILE *);
Dconflex.c185 peek_token(char **rval, FILE *cfile) in peek_token() function
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dregcomp.c57 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()