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

/freebsd-13-stable/usr.bin/rpcgen/
H A Drpc_scan.c77 get_token(tokp);
89 get_token(tokp);
101 get_token(tokp);
114 get_token(tokp);
129 get_token(tokp);
141 get_token(tokp);
151 get_token(token *tokp) function
H A Drpc_scan.h136 void get_token(token *tokp);
H A Drpc_parse.c75 get_token(&tok);
135 get_token(&tok);
546 get_token(&tok);
603 get_token(&tok);
607 get_token(&tok);
612 get_token(&tok);
617 get_token(&tok);
623 get_token(&tok);
/freebsd-13-stable/contrib/bc/src/
H A Ddc_parse.c93 bool assign, get_token = false; local
126 get_token = true;
140 get_token = true;
150 get_token = true;
189 if (get_token) bc_lex_next(&p->l);
H A Dbc_parse.c1177 bool pfirst, rprn, done, get_token, assign, bin_last, incdec, can_assign; local
1183 rprn = done = get_token = assign = incdec = can_assign = false;
1201 rprn = get_token = bin_last = false;
1217 get_token = true;
1226 rprn = get_token = can_assign = false;
1283 get_token = true;
1297 get_token = true;
1315 get_token = false;
1321 get_token = bin_last = incdec = false;
1333 get_token
[all...]
/freebsd-13-stable/sbin/dhclient/
H A Dconflex.c73 static int get_token(FILE *);
121 get_token(FILE *cfile) function
181 rv = get_token(cfile);
198 token = get_token(cfile);
/freebsd-13-stable/sbin/ipfw/
H A Dnat64clat.c117 tcmd = get_token(nat64cmds, *av, "nat64clat command");
144 tcmd = get_token(nat64statscmds, *av, "stats command");
200 tcmd = get_token(nat64newcmds, *av, "option");
291 tcmd = get_token(nat64newcmds, *av, "option");
H A Dnat64stl.c149 tcmd = get_token(nat64cmds, *av, "nat64stl command");
176 tcmd = get_token(nat64statscmds, *av, "stats command");
232 tcmd = get_token(nat64newcmds, *av, "option");
324 tcmd = get_token(nat64newcmds, *av, "option");
H A Dnptv6.c110 tcmd = get_token(nptv6cmds, *av, "nptv6 command");
133 tcmd = get_token(nptv6statscmds, *av, "stats command");
205 tcmd = get_token(nptv6newcmds, *av, "option");
H A Dnat64lsn.c214 tcmd = get_token(nat64statscmds, *av, "nat64lsn stats command");
237 tcmd = get_token(nat64listcmds, *av, "nat64lsn list command");
280 tcmd = get_token(nat64cmds, *av, "nat64lsn command");
427 tcmd = get_token(nat64newcmds, *av, "option");
562 tcmd = get_token(nat64newcmds, *av, "option");
H A Dipfw2.h350 int get_token(struct _s_x *table, const char *string, const char *errbase);
H A Dtables.c192 tcmd = get_token(tablecmds, *av, "table command");
198 tcmd = get_token(tablecmds, *av, "table command");
416 tcmd = get_token(tablenewcmds, *av, "option");
552 tcmd = get_token(tablenewcmds, *av, "option");
H A Dipfw2.c711 get_token(struct _s_x *table, const char *string, const char *errbase) function
/freebsd-13-stable/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in97 while (my $token = $p->get_token) {
/freebsd-13-stable/usr.sbin/usbconfig/
H A Dusbconfig.c219 get_token(const char *str, uint8_t narg) function
580 switch (get_token(argv[n], t)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp824 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_token);

Completed in 284 milliseconds