/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 305 static int bol = 1; /* true if we're at beginning of line */ in yylex() local 323 bol = 1; in yylex() 354 if (!bol) in yylex() 435 bol = 1; in yylex() 441 bol = 0; in yylex() 445 bol = 0; in yylex() 475 bol = 0; in yylex() 500 bol = 0; in yylex() 512 bol = 0; in yylex() 524 bol = 0; in yylex() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 1973 static int bol = 1, local = 0; variable 1980 bol = 1; in rlogin_susp() 2015 if (bol) { in telsnd() 2016 bol = 0; in telsnd() 2024 bol = 1; in telsnd() 2029 bol = 1; in telsnd() 2035 bol = 1; in telsnd() 2049 bol = 1; in telsnd() 2059 bol = 0; in telsnd() 2062 bol = 1; in telsnd() [all …]
|
/illumos-gate/usr/src/cmd/su/ |
H A D | su.c | 1306 boolean_t bol; in quotemsg() local 1313 bol = B_TRUE; in quotemsg() 1315 if (bol) { in quotemsg() 1318 bol = B_FALSE; in quotemsg() 1322 bol = B_TRUE; in quotemsg() 1433 boolean_t bol; in readinitblock() local 1435 bol = B_TRUE; in readinitblock() 1439 if (bol && strcmp(buf, ".\n") == 0) in readinitblock() 1441 bol = (strchr(buf, '\n') != NULL); in readinitblock()
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | tip.c | 358 int bol = 1; in tipin() local 374 if ((gch == character(value(ESCAPE))) && bol) { in tipin() 381 bol = 1; in tipin() 388 bol = any(gch, value(EOL)); in tipin()
|
H A D | cmds.c | 131 int cnt, eof, bol; in transfer() local 155 bol = 1; in transfer() 163 if (eof || (bol && any(c, eofchars))) in transfer() 172 bol = 1; in transfer() 176 bol = 0; in transfer()
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 5217 int32_t bol, eol; in log_show() local 5228 bol = log_odi->od_head_lof; in log_show() 5232 if (bol == eol) { in log_show() 5246 addr = (u_offset_t)bol; in log_show() 5254 while ((bol != eol) && ((l == LOG_ALLDELTAS) || in log_show() 5272 printf("[%04d] %08x %08x.%08x %08x %s\n", x++, bol, in log_show() 5303 bol = (int32_t)addr; in log_show()
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 464 const char *bol; /* Move cursor to beginning of line */ member 1836 gl->bol = 0; in new_GetLine() 3515 gl->bol = 0; in gl_control_strings() 3617 if(!gl->bol) in gl_control_strings() 3618 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) ||
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | structure.tex | 15 …mes Roman as the default text font together with math symbols from the Symbol, Chancery and Comp…
|