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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l762 int c0, c1, ttok = DT_TOK_TNAME;
816 ttok = DT_TOK_IDENT;
822 ttok = DT_TOK_IDENT;
826 ttok = DT_TOK_IDENT;
830 if (ttok == DT_TOK_IDENT) {
839 return (ttok);
/freebsd-11-stable/sbin/dhclient/
H A Dconflex.c121 int c, ttok; local
140 ttok = read_string(cfile);
146 ttok = read_number(c, cfile);
151 ttok = read_num_or_name(c, cfile);
159 ttok = c;
163 return (ttok);

Completed in 96 milliseconds