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

/freebsd-11-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);
134 get_token(&tok);
545 get_token(&tok);
602 get_token(&tok);
606 get_token(&tok);
611 get_token(&tok);
616 get_token(&tok);
622 get_token(&tok);
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dlex.cpp736 int get_token(int lookup_flag = 0) function
882 int t = get_token(2);
900 int t = get_token();
910 int t = get_token();
934 int t = get_token();
945 int t = get_token(2);
957 int t = get_token(2);
968 int t = get_token(2);
979 int t = get_token(2);
990 int t = get_token(
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dtoken.h87 int get_token(const char **ptr, const char *end);
H A Dref.cpp274 if (!get_token(&s, end))
304 if (!get_token(&s, end))
324 if (!get_token(&ptr, end))
553 if (!get_token(&ptr, end))
577 if (!get_token(&ptr, last_name_start))
597 if (!get_token(&ptr, last_name_start))
606 if (get_token(&ptr1, last_name_start)) {
728 if (!get_token(&start, end))
739 if (!get_token(&start, end))
751 if (!get_token(
[all...]
H A Dtoken.cpp57 int get_token(const char **ptr, const char *end) function
H A Dlabel.y728 if (!get_token(&ptr, end))
746 if (!get_token(&ptr, end))
757 if (!get_token(&ptr, end))
H A Drefer.cpp666 else if (!get_token(&ptr, end))
/freebsd-11-stable/contrib/gcc/
H A Dscan.c162 get_token (FILE *fp, sstring *s) function
178 c = get_token (fp, s);
182 get_token (fp, &source_filename);
H A Dscan.h61 /* get_token is a simple C lexer. */
66 extern int get_token (FILE *, sstring *);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacroexp.c72 /* If this buffer is holding the result from get_token, then this
472 get_token (struct macro_buffer *tok,
566 /* First, just try appending the two, and call get_token to see if
589 if (get_token (&new_token, &dest_tail)
610 if (get_token (&new_token, &dest_tail)
709 if (! get_token (&tok, &temp)
719 get_token (&tok, src);
747 if (! get_token (&tok, src))
834 if (! get_token (&tok, &replacement_list))
1008 SRC_FIRST must be a string built by get_token
470 get_token (struct macro_buffer *tok, function
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dlex.cpp550 // get_token deals with the case where c is a digit
831 int get_token(int lookup_flag) function
1303 int t = get_token(0); // do not expand what we are defining
1319 int t = get_token(0); // do not expand what we are undefining
1740 lookahead_token = get_token(1);
1771 t = get_token(1);
1807 lookahead_token = get_token(1);
1815 lookahead_token = get_token(1);
1823 lookahead_token = get_token(1);
1833 lookahead_token = get_token(
[all...]
/freebsd-11-stable/sbin/dhclient/
H A Dconflex.c71 static int get_token(FILE *);
119 get_token(FILE *cfile) function
179 rv = get_token(cfile);
196 token = get_token(cfile);
/freebsd-11-stable/sbin/ipfw/
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 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 Dnptv6.c110 tcmd = get_token(nptv6cmds, *av, "nptv6 command");
133 tcmd = get_token(nptv6statscmds, *av, "stats command");
204 tcmd = get_token(nptv6newcmds, *av, "option");
H A Dnat64lsn.c208 tcmd = get_token(nat64statscmds, *av, "nat64lsn stats command");
231 tcmd = get_token(nat64listcmds, *av, "nat64lsn list command");
274 tcmd = get_token(nat64cmds, *av, "nat64lsn command");
422 tcmd = get_token(nat64newcmds, *av, "option");
576 tcmd = get_token(nat64newcmds, *av, "option");
H A Dipfw2.h347 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");
417 tcmd = get_token(tablenewcmds, *av, "option");
553 tcmd = get_token(tablenewcmds, *av, "option");
H A Dipfw2.c703 get_token(struct _s_x *table, const char *string, const char *errbase) function
/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.c35 static int get_token (int, sb *, sb *);
240 get_token (int idx, sb *in, sb *name) function
495 idx = get_token (idx, in, &formal->name);
516 idx = get_token (sb_skip_white (idx + 1, in), in, &qual);
659 idx = get_token (idx, in, &name);
697 idx = get_token (idx, in, name);
875 src = get_token (src, in, &f->name);
930 src = get_token (src + 2, in, &t);
1052 idx = get_token (idx, in, &t);
1305 idx = get_token (id
[all...]
/freebsd-11-stable/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in97 while (my $token = $p->get_token) {
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp824 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_token);

Completed in 419 milliseconds