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

/freebsd-9.3-release/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);
555 get_token(&tok);
612 get_token(&tok);
616 get_token(&tok);
621 get_token(&tok);
626 get_token(&tok);
632 get_token(&tok);
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/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-9.3-release/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in97 while (my $token = $p->get_token) {
/freebsd-9.3-release/usr.sbin/usbconfig/
H A Dusbconfig.c207 get_token(const char *str, uint8_t narg) function
550 switch (get_token(argv[n], t)) {

Completed in 319 milliseconds