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

/freebsd-11.0-release/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.0-release/contrib/netbsd-tests/lib/libc/gen/
H A Dt_humanize_number.c160 static int col, bol = 1; variable
167 bol = 1;
186 if (!bol) {
194 bol = 0;
/freebsd-11.0-release/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.0-release/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.0-release/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.0-release/contrib/telnet/telnet/
H A Dtelnet.c1899 static int bol = 1, local = 0; variable
1906 bol = 1;
1941 if (bol) {
1942 bol = 0;
1950 bol = 1;
1955 bol = 1;
1961 bol = 1;
1975 bol = 1;
1984 bol = 0;
1987 bol
[all...]
/freebsd-11.0-release/usr.bin/grep/regex/
H A Dfastmatch.h27 bool bol; member in struct:__anon13767
H A Dtre-fastmatch.c561 fg->bol = true;
751 DPRINT(("tre_compile_fast: pattern: %s, len %zu, bol %c, eol %c, "
753 fg->bol ? 'y' : 'n', fg->eol ? 'y' : 'n',
873 if (fg->bol && fg->eol)
897 if (fg->bol && (eflags & REG_NOTBOL))
912 if ((fg->bol || fg->eol) && !fg->newline && !(eflags & REG_NOTBOL) &&
916 if (!((fg->bol && fg->eol) &&
947 if (fg->bol)
/freebsd-11.0-release/usr.bin/tip/tip/
H A Dtip.c386 int bol = 1; local
405 if ((gch == character(value(ESCAPE))) && bol) {
414 bol = 1;
422 bol = any(gch, value(EOL));
/freebsd-11.0-release/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.0-release/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.0-release/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 228 milliseconds