HomeSort by: relevance | last modified time | path
    Searched defs:bol (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/lib/libc/gen/
t_humanize_number.c 154 static int col, bol = 1; variable in typeref:typename:int
161 bol = 1;
180 if (!bol) {
188 bol = 0;
  /src/usr.bin/grep/
grep.h 107 bool bol; member in struct:__anon99a81e7e0108
  /src/usr.bin/rlogin/
rlogin.c 433 int bol, local; local in function:writer
437 bol = 1; /* beginning of line */
453 if (bol) {
454 bol = 0;
466 bol = 1;
472 bol = 1;
487 bol = CCEQ(deftty.c_cc[VKILL], c) ||
  /src/usr.bin/tip/
tip.c 418 char gch, bol = 1; local in function:tipin
434 if ((gch == character(value(ESCAPE))) && bol) {
442 bol = 1;
449 bol = any(gch, value(EOL));
  /src/usr.bin/telnet/
telnet.c 1832 static int bol = 1, local = 0;
1839 bol = 1;
1874 if (bol) {
1875 bol = 0;
1883 bol = 1;
1888 bol = 1;
1894 bol = 1;
1908 bol = 1;
1917 bol = 0;
1920 bol = 1
1828 static int bol = 1, local = 0; variable in typeref:typename:int
    [all...]

Completed in 167 milliseconds