Home
last modified time | relevance | path

Searched refs:first_column (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tic/
H A Dtic_scan.c97 static int first_column; /* See 'next_char()' below */ variable
163 if (first_column) { in get_token()
342 first_column = TRUE; in next_char()
344 first_column = FALSE; in next_char()
405 while ((ch = next_char()) != ',' && ch != EOF && !first_column) { in trans_string()
488 else if (first_column) { in trans_string()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c864 yylsp->first_column = yylloc.first_column; in yyparse()