/freebsd/contrib/bc/src/ |
H A D | dc_parse.c | 138 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 D | bc_parse.c | 2005 bool pfirst, rprn, array_last, done, get_token, assign; in bc_parse_expr_err() local 2035 rprn = array_last = done = get_token = assign = incdec = can_assign = false; in bc_parse_expr_err() 2070 rprn = get_token = bin_last = false; in bc_parse_expr_err() 2092 get_token = true; in bc_parse_expr_err() 2103 rprn = get_token = can_assign = false; 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() 2244 get_token = bin_last = incdec = false; in bc_parse_expr_err() 2264 get_token = true; in bc_parse_expr_err() [all …]
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_scan.c | 67 get_token(tokp); in scan() 79 get_token(tokp); in scan2() 91 get_token(tokp); in scan3() 104 get_token(tokp); in scan_num() 119 get_token(tokp); in peek() 131 get_token(tokp); in peekscan() 141 get_token(token *tokp) in get_token() function
|
H A D | rpc_parse.c | 65 get_token(&tok); in get_definition() 125 get_token(&tok); in def_struct() 536 get_token(&tok); in get_type() 593 get_token(&tok); in unsigned_dec() 597 get_token(&tok); in unsigned_dec() 602 get_token(&tok); in unsigned_dec() 607 get_token(&tok); in unsigned_dec() 613 get_token(&tok); in unsigned_dec()
|
H A D | rpc_scan.h | 131 void get_token(token *tokp);
|
/freebsd/sbin/dhclient/ |
H A D | conflex.c | 71 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/sbin/ipfw/ |
H A D | nat64stl.c | 146 tcmd = get_token(nat64cmds, *av, "nat64stl command"); in ipfw_nat64stl_handler() 173 tcmd = get_token(nat64statscmds, *av, "stats command"); in ipfw_nat64stl_handler() 229 tcmd = get_token(nat64newcmds, *av, "option"); in nat64stl_create() 321 tcmd = get_token(nat64newcmds, *av, "option"); in nat64stl_config()
|
H A D | nat64clat.c | 114 tcmd = get_token(nat64cmds, *av, "nat64clat command"); in ipfw_nat64clat_handler() 141 tcmd = get_token(nat64statscmds, *av, "stats command"); in ipfw_nat64clat_handler() 197 tcmd = get_token(nat64newcmds, *av, "option"); in nat64clat_create() 288 tcmd = get_token(nat64newcmds, *av, "option"); in nat64clat_config()
|
H A D | nptv6.c | 107 tcmd = get_token(nptv6cmds, *av, "nptv6 command"); in ipfw_nptv6_handler() 130 tcmd = get_token(nptv6statscmds, *av, "stats command"); in ipfw_nptv6_handler() 202 tcmd = get_token(nptv6newcmds, *av, "option"); in nptv6_create()
|
H A D | nat64lsn.c | 211 tcmd = get_token(nat64statscmds, *av, "nat64lsn stats command"); in ipfw_nat64lsn_stats_handler() 234 tcmd = get_token(nat64listcmds, *av, "nat64lsn list command"); in ipfw_nat64lsn_list_handler() 277 tcmd = get_token(nat64cmds, *av, "nat64lsn command"); in ipfw_nat64lsn_handler() 426 tcmd = get_token(nat64newcmds, *av, "option"); in nat64lsn_create() 567 tcmd = get_token(nat64newcmds, *av, "option"); in nat64lsn_config()
|
H A D | ipfw2.h | 365 int get_token(struct _s_x *table, const char *string, const char *errbase);
|
H A D | tables.c | 193 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 D | ipfw2.c | 796 get_token(struct _s_x *table, const char *string, const char *errbase) in get_token() function
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/ |
H A D | jthread.h | 102 …CPP_HIDE_FROM_ABI stop_token get_stop_token() const noexcept { return __stop_source_.get_token(); } in get_stop_token() 118 return thread(std::forward<_Fun>(__fun), __ss.get_token(), std::forward<_Args>(__args)...); in __init_thread()
|
/freebsd/contrib/llvm-project/libcxx/include/__stop_token/ |
H A D | stop_source.h | 69 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI stop_token get_token() const noexcept { return stop_token(__st… in get_token() function
|
/freebsd/contrib/ntp/scripts/deprecated/ |
H A D | html2man.in | 97 while (my $token = $p->get_token) {
|
/freebsd/usr.sbin/usbconfig/ |
H A D | usbconfig.c | 211 get_token(const char *str, uint8_t narg) in get_token() function 632 switch (get_token(argv[n], t)) { in main()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 824 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_token); in getToken()
|