Searched refs:ttok (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sbin/dhclient/
H A Dconflex.c123 int c, ttok; local
142 ttok = read_string(cfile);
148 ttok = read_number(c, cfile);
153 ttok = read_num_or_name(c, cfile);
161 ttok = c;
165 return (ttok);
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l763 int c0, c1, ttok = DT_TOK_TNAME;
817 ttok = DT_TOK_IDENT;
823 ttok = DT_TOK_IDENT;
827 ttok = DT_TOK_IDENT;
831 if (ttok == DT_TOK_IDENT) {
840 return (ttok);

Completed in 111 milliseconds