Searched refs:bol (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 299 static int bol = 1; /* true if we're at beginning of line */ in yylex() local 317 bol = 1; in yylex() 348 if (!bol) in yylex() 429 bol = 1; in yylex() 435 bol = 0; in yylex() 439 bol = 0; in yylex() 469 bol = 0; in yylex() 494 bol = 0; in yylex() 506 bol = 0; in yylex() 518 bol = 0; in yylex() [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 1975 static int bol = 1, local = 0; variable 1982 bol = 1; in rlogin_susp() 2017 if (bol) { in telsnd() 2018 bol = 0; in telsnd() 2026 bol = 1; in telsnd() 2031 bol = 1; in telsnd() 2037 bol = 1; in telsnd() 2051 bol = 1; in telsnd() 2061 bol = 0; in telsnd() 2064 bol = 1; in telsnd() [all …]
|
/titanic_44/usr/src/cmd/tip/ |
H A D | tip.c | 353 int bol = 1; in tipin() local 369 if ((gch == character(value(ESCAPE))) && bol) { in tipin() 376 bol = 1; in tipin() 383 bol = any(gch, value(EOL)); in tipin()
|
H A D | cmds.c | 121 int cnt, eof, bol; in transfer() local 145 bol = 1; in transfer() 153 if (eof || (bol && any(c, eofchars))) in transfer() 162 bol = 1; in transfer() 166 bol = 0; in transfer()
|
/titanic_44/usr/src/cmd/su/ |
H A D | su.c | 1294 boolean_t bol; in quotemsg() local 1301 bol = B_TRUE; in quotemsg() 1303 if (bol) { in quotemsg() 1306 bol = B_FALSE; in quotemsg() 1310 bol = B_TRUE; in quotemsg() 1420 boolean_t bol; in readinitblock() local 1422 bol = B_TRUE; in readinitblock() 1426 if (bol && strcmp(buf, ".\n") == 0) in readinitblock() 1428 bol = (strchr(buf, '\n') != NULL); in readinitblock()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 951 boolean_t bol = B_TRUE; /* beginning of line */ in writer() local 975 if (bol && !nocmdchar) { in writer() 976 bol = B_FALSE; in writer() 988 bol = B_TRUE; in writer() 1010 bol = c == defkill || c == deftc.t_eofc || in writer()
|
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_engine.c | 239 const char *bol; in add_cmd_matches() local 244 bol = line + word_end - len; in add_cmd_matches() 250 if (strncmp(cip->name, bol, len) == 0) { in add_cmd_matches()
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | lufs_log.c | 1545 off_t bol; in ldl_need_roll() local 1554 bol = ul->un_bol_lof; in ldl_need_roll() 1564 busybytes = (eol - head) + (tail - bol); in ldl_need_roll()
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 5227 int32_t bol, eol; in log_show() local 5238 bol = log_odi->od_head_lof; in log_show() 5242 if (bol == eol) { in log_show() 5256 addr = (u_offset_t)bol; in log_show() 5264 while ((bol != eol) && ((l == LOG_ALLDELTAS) || in log_show() 5282 printf("[%04d] %08x %08x.%08x %08x %s\n", x++, bol, in log_show() 5313 bol = (int32_t)addr; in log_show()
|
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | getline.c | 465 const char *bol; /* Move cursor to beginning of line */ member 1837 gl->bol = 0; in new_GetLine() 3516 gl->bol = 0; in gl_control_strings() 3618 if(!gl->bol) in gl_control_strings() 3619 gl->bol = "\r"; in gl_control_strings() 9783 if(gl_print_control_sequence(gl, 1, gl->bol)) 12173 if(gl_print_control_sequence(gl, 1, gl->bol)) 12235 gl_print_control_sequence(gl, 1, gl->bol) ||
|