Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bc/src/
H A Ddc_parse.c138 bool assign, get_token = false; in dc_parse_token() local
175 get_token = true; in dc_parse_token()
191 get_token = true; in dc_parse_token()
205 get_token = true; in dc_parse_token()
253 get_token = true; in dc_parse_token()
372 if (get_token) bc_lex_next(&p->l); in dc_parse_token()
H A Dbc_parse.c2070 rprn = get_token = bin_last = false; in bc_parse_expr_err()
2092 get_token = true; in bc_parse_expr_err()
2184 get_token = true; in bc_parse_expr_err()
2201 get_token = true; in bc_parse_expr_err()
2230 get_token = false; in bc_parse_expr_err()
2264 get_token = true; in bc_parse_expr_err()
2279 get_token = bin_last = false; in bc_parse_expr_err()
2304 get_token = true; in bc_parse_expr_err()
2327 get_token = can_assign = true; in bc_parse_expr_err()
2408 rprn = get_token = bin_last = false; in bc_parse_expr_err()
[all …]
/freebsd-14.2/usr.bin/rpcgen/
H A Drpc_scan.c75 get_token(tokp); in scan()
87 get_token(tokp); in scan2()
99 get_token(tokp); in scan3()
112 get_token(tokp); in scan_num()
127 get_token(tokp); in peek()
139 get_token(tokp); in peekscan()
149 get_token(token *tokp) in get_token() function
H A Drpc_parse.c73 get_token(&tok); in get_definition()
133 get_token(&tok); in def_struct()
544 get_token(&tok); in get_type()
601 get_token(&tok); in unsigned_dec()
605 get_token(&tok); in unsigned_dec()
610 get_token(&tok); in unsigned_dec()
615 get_token(&tok); in unsigned_dec()
621 get_token(&tok); in unsigned_dec()
H A Drpc_scan.h135 void get_token(token *tokp);
/freebsd-14.2/sbin/dhclient/
H A Dconflex.c71 static int get_token(FILE *);
119 get_token(FILE *cfile) in get_token() function
179 rv = get_token(cfile); in next_token()
196 token = get_token(cfile); in peek_token()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h103 …CPP_HIDE_FROM_ABI stop_token get_stop_token() const noexcept { return __stop_source_.get_token(); } in get_stop_token()
119 return thread(std::forward<_Fun>(__fun), __ss.get_token(), std::forward<_Args>(__args)...); in __init_thread()
/freebsd-14.2/sbin/ipfw/
H A Dnat64stl.c147 tcmd = get_token(nat64cmds, *av, "nat64stl command"); in ipfw_nat64stl_handler()
174 tcmd = get_token(nat64statscmds, *av, "stats command"); in ipfw_nat64stl_handler()
230 tcmd = get_token(nat64newcmds, *av, "option"); in nat64stl_create()
322 tcmd = get_token(nat64newcmds, *av, "option"); in nat64stl_config()
H A Dnat64clat.c115 tcmd = get_token(nat64cmds, *av, "nat64clat command"); in ipfw_nat64clat_handler()
142 tcmd = get_token(nat64statscmds, *av, "stats command"); in ipfw_nat64clat_handler()
198 tcmd = get_token(nat64newcmds, *av, "option"); in nat64clat_create()
289 tcmd = get_token(nat64newcmds, *av, "option"); in nat64clat_config()
H A Dnptv6.c108 tcmd = get_token(nptv6cmds, *av, "nptv6 command"); in ipfw_nptv6_handler()
131 tcmd = get_token(nptv6statscmds, *av, "stats command"); in ipfw_nptv6_handler()
203 tcmd = get_token(nptv6newcmds, *av, "option"); in nptv6_create()
H A Dnat64lsn.c212 tcmd = get_token(nat64statscmds, *av, "nat64lsn stats command"); in ipfw_nat64lsn_stats_handler()
235 tcmd = get_token(nat64listcmds, *av, "nat64lsn list command"); in ipfw_nat64lsn_list_handler()
278 tcmd = get_token(nat64cmds, *av, "nat64lsn command"); in ipfw_nat64lsn_handler()
425 tcmd = get_token(nat64newcmds, *av, "option"); in nat64lsn_create()
560 tcmd = get_token(nat64newcmds, *av, "option"); in nat64lsn_config()
H A Dipfw2.h362 int get_token(struct _s_x *table, const char *string, const char *errbase);
H A Dtables.c193 tcmd = get_token(tablecmds, *av, "table command"); in ipfw_table_handler()
199 tcmd = get_token(tablecmds, *av, "table command"); in ipfw_table_handler()
417 tcmd = get_token(tablenewcmds, *av, "option"); in table_create()
553 tcmd = get_token(tablenewcmds, *av, "option"); in table_modify()
H A Dipfw2.c768 get_token(struct _s_x *table, const char *string, const char *errbase) in get_token() function
/freebsd-14.2/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_source.h70 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI stop_token get_token() const noexcept { return stop_token(__st… in get_token() function
/freebsd-14.2/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in97 while (my $token = $p->get_token) {
/freebsd-14.2/usr.sbin/usbconfig/
H A Dusbconfig.c209 get_token(const char *str, uint8_t narg) in get_token() function
624 switch (get_token(argv[n], t)) { in main()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp824 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_token); in getToken()