Home
last modified time | relevance | path

Searched refs:bol (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/groff/src/preproc/pic/
HDmain.cpp48 int bol; member in top_input
59 top_input::top_input(FILE *p) : fp(p), bol(1), eof(0) in top_input()
88 bol = 0; in get()
90 if (bol && c == '.') { in get()
132 bol = 1; in get()
136 bol = 0; in get()
160 bol = 0; in peek()
162 if (bol && c == '.') { in peek()
HDlex.cpp244 static int bol();
250 inline int input_stack::bol() in bol() function in input_stack
836 int bol = input_stack::bol(); in get_token() local
838 if (bol && c == command_char) { in get_token()
/NextBSD/contrib/netbsd-tests/lib/libc/gen/
HDt_humanize_number.c160 static int col, bol = 1; variable
167 bol = 1; in newline()
186 if (!bol) { in w_printf()
194 bol = 0; in w_printf()
/NextBSD/usr.bin/rlogin/
HDrlogin.c381 int bol, local, n; in writer() local
384 bol = 1; /* beginning of line */ in writer()
400 if (bol) { in writer()
401 bol = 0; in writer()
414 bol = 1; in writer()
427 bol = CCEQ(deftty.c_cc[VKILL], c) || in writer()
/NextBSD/crypto/heimdal/appl/telnet/telnet/
HDtelnet.c1814 static int bol = 1, local = 0; variable
1821 bol = 1; in rlogin_susp()
1856 if (bol) { in telsnd()
1857 bol = 0; in telsnd()
1865 bol = 1; in telsnd()
1870 bol = 1; in telsnd()
1876 bol = 1; in telsnd()
1890 bol = 1; in telsnd()
1899 bol = 0; in telsnd()
1902 bol = 1; in telsnd()
[all …]
/NextBSD/contrib/telnet/telnet/
HDtelnet.c1899 static int bol = 1, local = 0; variable
1906 bol = 1; in rlogin_susp()
1941 if (bol) { in telsnd()
1942 bol = 0; in telsnd()
1950 bol = 1; in telsnd()
1955 bol = 1; in telsnd()
1961 bol = 1; in telsnd()
1975 bol = 1; in telsnd()
1984 bol = 0; in telsnd()
1987 bol = 1; in telsnd()
[all …]
/NextBSD/tools/tools/ath/athprom/
HDathprom.c212 int bol; variable
248 bol = 0; in token()
262 if (c == '.' && bol) { /* .directive */ in skipto()
274 bol = (c == '\n'); in skipto()
275 if (bol) in skipto()
295 bol = 0; in skipws()
876 bol = 1; in parseTemplate()
885 bol = 1; in parseTemplate()
888 if (c == '.' && bol) { /* .directive */ in parseTemplate()
975 bol = (c == '\n'); in parseTemplate()
[all …]
/NextBSD/usr.bin/tip/tip/
HDtip.c386 int bol = 1; in tipin() local
405 if ((gch == character(value(ESCAPE))) && bol) { in tipin()
414 bol = 1; in tipin()
422 bol = any(gch, value(EOL)); in tipin()
/NextBSD/usr.bin/grep/regex/
HDtre-fastmatch.c561 fg->bol = true; in tre_compile_fast()
753 fg->bol ? 'y' : 'n', fg->eol ? 'y' : 'n', in tre_compile_fast()
873 if (fg->bol && fg->eol) in tre_match_fast()
897 if (fg->bol && (eflags & REG_NOTBOL)) in tre_match_fast()
912 if ((fg->bol || fg->eol) && !fg->newline && !(eflags & REG_NOTBOL) && in tre_match_fast()
916 if (!((fg->bol && fg->eol) && in tre_match_fast()
947 if (fg->bol) in tre_match_fast()
HDfastmatch.h27 bool bol; member
/NextBSD/contrib/groff/src/preproc/refer/
HDcommand.cpp165 int bol = 1; in push_file() local
169 if (bol && c == '.') { in push_file()
203 bol = 1; in push_file()
207 bol = 0; in push_file()
/NextBSD/contrib/ee/
HDee.c312 void bol P_((void));
1208 bol(); in control()
1263 bol(); in emacs_control()
1543 bol(); in function_key()
1626 bol(); in function_key()
3025 bol() /* move to beginning of line */ in bol() function
3968 bol(); in Format()
3970 bol(); in Format()
3989 bol(); in Format()
3991 bol(); in Format()
[all …]
/NextBSD/contrib/groff/src/roff/troff/
HDinput.cpp2722 int bol = 1; in process_input_stack() local
2729 if (bol && !have_input in process_input_stack()
2784 bol = 0; in process_input_stack()
2791 if (bol) { in process_input_stack()
2814 if (bol && !old_have_input in process_input_stack()
2819 bol = 1; in process_input_stack()
2853 else if (bol && !curenv->get_prev_line_interrupted()) { in process_input_stack()
2869 bol = 0; in process_input_stack()
2874 bol = 0; in process_input_stack()
2884 else if (tok.nd->reread(&bol)) { in process_input_stack()
[all …]
/NextBSD/lib/libc/nls/
HDsk_SK.ISO8859-2.msg197 95 Odkaz bol pretrhnut�
/NextBSD/contrib/groff/tmac/
HDhyphenex.us351 meta-bol-ic
449 par-a-bol-ic
/NextBSD/contrib/groff/
HDChangeLog.1183441 (process_input_stack): Reset `bol' for TOKEN_TRANSPARENT_ESCAPE.
HDChangeLog.1153232 * pic/lex.c (input_stack::bol): Move definition out of class body.
/NextBSD/contrib/gcc/
HDChangeLog-200111142 (struct lexer_state): Remove bol.
11146 * cppinit.c (cpp_create_reader): Don't set bol.
11159 (run_directive, cpp_pop_buffer): Don't set bol, set saved_flags
11570 (struct cpp_context): New member bol.
11578 * cpplib.c (run_directive): Clear bol.
11579 (_cpp_pop_buffer): Set bol.