Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/tic/
H A Dtic_scan.c94 static int first_column; /* See 'next_char()' below */ variable
161 if (first_column) { in get_token()
340 first_column = TRUE; in next_char()
342 first_column = FALSE; in next_char()
403 while ((ch = next_char()) != ',' && ch != EOF && !first_column) { in trans_string()
486 else if (first_column) { in trans_string()
/titanic_44/usr/src/lib/libxcurses/src/tic/
H A Dticscan.c55 static int first_column; /* See 'next_char()' below */ variable
138 if (first_column) in get_token()
282 first_column = curr_column == 0 && *line != '\n'; in next_char()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c866 yylsp->first_column = yylloc.first_column; in yyparse()