Searched defs:first_column (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/tic/
H A Dtic_scan.c94 static int first_column; /* See 'next_char()' below */ variable
161 if (first_column) {
246 } /* end else (first_column == FALSE) */
340 first_column = TRUE;
342 first_column = FALSE;
403 while ((ch = next_char()) != ',' && ch != EOF && !first_column) {
486 else if (first_column) {
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticscan.c55 static int first_column; /* See 'next_char()' below */ variable
138 if (first_column)
201 } /* end else (first_column == 0) */
282 first_column = curr_column == 0 && *line != '\n';

Completed in 66 milliseconds