Home
last modified time | relevance | path

Searched refs:get_token (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/bc/src/
H A Ddc_parse.c130 bool assign, get_token = false; in dc_parse_token() local
166 get_token = true; in dc_parse_token()
181 get_token = true; in dc_parse_token()
193 get_token = true; in dc_parse_token()
241 get_token = true; in dc_parse_token()
254 if (get_token) bc_lex_next(&p->l); in dc_parse_token()
H A Dbc_parse.c1875 rprn = get_token = bin_last = false; in bc_parse_expr_err()
1895 get_token = true; in bc_parse_expr_err()
1980 get_token = true; in bc_parse_expr_err()
1995 get_token = true; in bc_parse_expr_err()
2019 get_token = false; in bc_parse_expr_err()
2043 get_token = true; in bc_parse_expr_err()
2056 get_token = bin_last = false; in bc_parse_expr_err()
2078 get_token = true; in bc_parse_expr_err()
2099 get_token = can_assign = true; in bc_parse_expr_err()
2170 rprn = get_token = bin_last = false; in bc_parse_expr_err()
[all …]
/freebsd-13.1/usr.bin/rpcgen/
H A Drpc_scan.c77 get_token(tokp); in scan()
89 get_token(tokp); in scan2()
101 get_token(tokp); in scan3()
114 get_token(tokp); in scan_num()
129 get_token(tokp); in peek()
141 get_token(tokp); in peekscan()
151 get_token(token *tokp) in get_token() function
H A Drpc_parse.c75 get_token(&tok); in get_definition()
135 get_token(&tok); in def_struct()
546 get_token(&tok); in get_type()
603 get_token(&tok); in unsigned_dec()
607 get_token(&tok); in unsigned_dec()
612 get_token(&tok); in unsigned_dec()
617 get_token(&tok); in unsigned_dec()
623 get_token(&tok); in unsigned_dec()
H A Drpc_scan.h136 void get_token(token *tokp);
/freebsd-13.1/sbin/dhclient/
H A Dconflex.c73 static int get_token(FILE *);
121 get_token(FILE *cfile) in get_token() function
181 rv = get_token(cfile); in next_token()
198 token = get_token(cfile); in peek_token()
/freebsd-13.1/sbin/ipfw/
H A Dnat64stl.c149 tcmd = get_token(nat64cmds, *av, "nat64stl command"); in ipfw_nat64stl_handler()
176 tcmd = get_token(nat64statscmds, *av, "stats command"); in ipfw_nat64stl_handler()
232 tcmd = get_token(nat64newcmds, *av, "option"); in nat64stl_create()
324 tcmd = get_token(nat64newcmds, *av, "option"); in nat64stl_config()
H A Dnat64clat.c117 tcmd = get_token(nat64cmds, *av, "nat64clat command"); in ipfw_nat64clat_handler()
144 tcmd = get_token(nat64statscmds, *av, "stats command"); in ipfw_nat64clat_handler()
200 tcmd = get_token(nat64newcmds, *av, "option"); in nat64clat_create()
291 tcmd = get_token(nat64newcmds, *av, "option"); in nat64clat_config()
H A Dnptv6.c110 tcmd = get_token(nptv6cmds, *av, "nptv6 command"); in ipfw_nptv6_handler()
133 tcmd = get_token(nptv6statscmds, *av, "stats command"); in ipfw_nptv6_handler()
205 tcmd = get_token(nptv6newcmds, *av, "option"); in nptv6_create()
H A Dnat64lsn.c214 tcmd = get_token(nat64statscmds, *av, "nat64lsn stats command"); in ipfw_nat64lsn_stats_handler()
237 tcmd = get_token(nat64listcmds, *av, "nat64lsn list command"); in ipfw_nat64lsn_list_handler()
280 tcmd = get_token(nat64cmds, *av, "nat64lsn command"); in ipfw_nat64lsn_handler()
427 tcmd = get_token(nat64newcmds, *av, "option"); in nat64lsn_create()
562 tcmd = get_token(nat64newcmds, *av, "option"); in nat64lsn_config()
H A Dipfw2.h358 int get_token(struct _s_x *table, const char *string, const char *errbase);
H A Dtables.c192 tcmd = get_token(tablecmds, *av, "table command"); in ipfw_table_handler()
198 tcmd = get_token(tablecmds, *av, "table command"); in ipfw_table_handler()
416 tcmd = get_token(tablenewcmds, *av, "option"); in table_create()
552 tcmd = get_token(tablenewcmds, *av, "option"); in table_modify()
H A Dipfw2.c717 get_token(struct _s_x *table, const char *string, const char *errbase) in get_token() function
/freebsd-13.1/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in97 while (my $token = $p->get_token) {
/freebsd-13.1/usr.sbin/usbconfig/
H A Dusbconfig.c212 get_token(const char *str, uint8_t narg) in get_token() function
630 switch (get_token(argv[n], t)) { in main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp824 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_token); in getToken()