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

  /src/tests/lib/libc/gen/
t_humanize_number.c 154 static int col, bol = 1; variable
161 bol = 1;
180 if (!bol) {
188 bol = 0;
  /src/usr.bin/grep/
grep.h 107 bool bol; member in struct:__anon8248
  /src/external/gpl2/groff/dist/src/preproc/pic/
main.cpp 50 int bol; member in class:top_input
61 top_input::top_input(FILE *p) : fp(p), bol(1), eof(0)
90 bol = 0;
92 if (bol && c == '.') {
134 bol = 1;
138 bol = 0;
162 bol = 0;
164 if (bol && c == '.') {
lex.cpp 246 static int bol();
252 inline int input_stack::bol() function in class:input_stack
838 int bol = input_stack::bol(); local
840 if (bol && c == command_char) {
  /src/usr.bin/rlogin/
rlogin.c 433 int bol, local; local
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
434 if ((gch == character(value(ESCAPE))) && bol) {
442 bol = 1;
449 bol = any(gch, value(EOL));
  /src/external/gpl2/groff/dist/src/preproc/refer/
command.cpp 167 int bol = 1; local
171 if (bol && c == '.') {
205 bol = 1;
209 bol = 0;
  /src/external/gpl2/gmake/dist/
read.c 2525 char *bol = eol;
2537 while (p > bol && *(--p) == '\\')
2513 char *bol = eol; local
  /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
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 2796 token->flags = BOL;
3675 if (result->flags & BOL)
3852 result->flags = BOL;
3868 result->flags = BOL;
5273 bool bol = true;
5294 bol = true;
5320 if (bol)
5389 bol = true;
5654 if (bol && module_p && !pfile->state.skipping
5697 bol = false
5272 bool bol = true; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 2517 token->flags = BOL;
3402 if (result->flags & BOL)
3564 result->flags = BOL;
3578 result->flags = BOL;
4953 bool bol = true;
4974 bol = true;
5000 if (bol)
5069 bol = true;
5334 if (bol && module_p && !pfile->state.skipping
5377 bol = false
4952 bool bol = true; local
    [all...]
  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 2724 int bol = 1; local
2731 if (bol && !have_input
2786 bol = 0;
2793 if (bol) {
2816 if (bol && !old_have_input
2821 bol = 1;
2855 else if (bol && !curenv->get_prev_line_interrupted()) {
2871 bol = 0;
2876 bol = 0;
2886 else if (tok.nd->reread(&bol)) {
4358 int bol = 1; local
6956 int bol = 1; local
    [all...]

Completed in 72 milliseconds