Searched refs:boln (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cat/ | ||
H A D | cat.c | 507 int boln; /* = 1 if at beginning of line */ local 514 boln = 1; 530 if (nflg && boln && !bflg) 532 boln = 1; 540 if (nflg && boln) 542 boln = 0; |
Completed in 518 milliseconds