Searched refs:bol (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dmain.cpp48 int bol; member in class:top_input
59 top_input::top_input(FILE *p) : fp(p), bol(1), eof(0)
88 bol = 0;
90 if (bol && c == '.') {
132 bol = 1;
136 bol = 0;
160 bol = 0;
162 if (bol && c == '.') {
H A Dlex.cpp244 static int bol();
250 inline int input_stack::bol() function in class:input_stack
836 int bol = input_stack::bol(); local
838 if (bol && c == command_char) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_humanize_number.c156 static int col, bol = 1; variable
163 bol = 1;
182 if (!bol) {
190 bol = 0;
/freebsd-11-stable/usr.bin/rlogin/
H A Drlogin.c381 int bol, local, n; local
384 bol = 1; /* beginning of line */
400 if (bol) {
401 bol = 0;
414 bol = 1;
427 bol = CCEQ(deftty.c_cc[VKILL], c) ||
/freebsd-11-stable/usr.bin/grep/regex/
H A Dfastmatch.h27 bool bol; member in struct:__anon8620
H A Dtre-fastmatch.c574 fg->bol = true;
779 DPRINT(("tre_compile_fast: pattern: %s, len %zu, bol %c, eol %c, "
781 fg->bol ? 'y' : 'n', fg->eol ? 'y' : 'n',
901 if (fg->bol && fg->eol)
925 if (fg->bol && (eflags & REG_NOTBOL))
940 if ((fg->bol || fg->eol) && !fg->newline && !(eflags & REG_NOTBOL) &&
944 if (!((fg->bol && fg->eol) &&
975 if (fg->bol)
/freebsd-11-stable/tools/tools/ath/athprom/
H A Dathprom.c212 int bol; variable
248 bol = 0;
262 if (c == '.' && bol) { /* .directive */
274 bol = (c == '\n');
275 if (bol)
295 bol = 0;
876 bol = 1;
885 bol = 1;
888 if (c == '.' && bol) { /* .directive */
975 bol
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1814 static int bol = 1, local = 0; variable
1821 bol = 1;
1856 if (bol) {
1857 bol = 0;
1865 bol = 1;
1870 bol = 1;
1876 bol = 1;
1890 bol = 1;
1899 bol = 0;
1902 bol
[all...]
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c1895 static int bol = 1, local = 0; variable
1902 bol = 1;
1937 if (bol) {
1938 bol = 0;
1946 bol = 1;
1951 bol = 1;
1957 bol = 1;
1971 bol = 1;
1980 bol = 0;
1983 bol
[all...]
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtip.c386 int bol = 1; local
407 if ((gch == character(value(ESCAPE))) && bol) {
419 bol = 1;
431 bol = any(gch, value(EOL));
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dcommand.cpp165 int bol = 1; local
169 if (bol && c == '.') {
203 bol = 1;
207 bol = 0;
/freebsd-11-stable/contrib/ee/
H A Dee.c312 void bol P_((void));
1009 int t_pos; /* current position (offset in bytes) from bol */
1208 bol();
1263 bol();
1543 bol();
1626 bol();
3025 bol() /* move to beginning of line */ function
3968 bol();
3970 bol();
3989 bol();
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp2722 int bol = 1; local
2729 if (bol && !have_input
2784 bol = 0;
2791 if (bol) {
2814 if (bol && !old_have_input
2819 bol = 1;
2853 else if (bol && !curenv->get_prev_line_interrupted()) {
2869 bol = 0;
2874 bol = 0;
2884 else if (tok.nd->reread(&bol)) {
4356 int bol = 1; local
6954 int bol = 1; local
[all...]

Completed in 233 milliseconds