Searched defs:bol (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/tip/ |
H A D | tip.c | 353 int bol = 1; local 369 if ((gch == character(value(ESCAPE))) && bol) { 376 bol = 1; 383 bol = any(gch, value(EOL));
|
H A D | cmds.c | 121 int cnt, eof, bol; local 145 bol = 1; 153 if (eof || (bol && any(c, eofchars))) 162 bol = 1; 166 bol = 0;
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 299 static int bol = 1; /* true if we're at beginning of line */ local 317 bol = 1; 348 if (!bol) 429 bol = 1; 435 bol = 0; 439 bol = 0; 469 bol = 0; 494 bol = 0; 506 bol = 0; 518 bol [all...] |
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_engine.c | 239 const char *bol; local 244 bol = line + word_end - len; 250 if (strncmp(cip->name, bol, len) == 0) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 951 boolean_t bol = B_TRUE; /* beginning of line */ local 975 if (bol && !nocmdchar) { 976 bol = B_FALSE; 988 bol = B_TRUE; 1010 bol = c == defkill || c == deftc.t_eofc ||
|
/illumos-gate/usr/src/cmd/su/ |
H A D | su.c | 1294 boolean_t bol; local 1301 bol = B_TRUE; 1303 if (bol) { 1306 bol = B_FALSE; 1310 bol = B_TRUE; 1420 boolean_t bol; local 1422 bol = B_TRUE; 1426 if (bol && strcmp(buf, ".\n") == 0) 1428 bol = (strchr(buf, '\n') != NULL);
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs_log.c | 1545 off_t bol; local 1554 bol = ul->un_bol_lof; 1564 busybytes = (eol - head) + (tail - bol);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 1975 static int bol = 1, local = 0; variable 1982 bol = 1; 2017 if (bol) { 2018 bol = 0; 2026 bol = 1; 2031 bol = 1; 2037 bol = 1; 2051 bol = 1; 2061 bol = 0; 2064 bol [all...] |
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 5227 int32_t bol, eol; local 5238 bol = log_odi->od_head_lof; 5242 if (bol == eol) { 5256 addr = (u_offset_t)bol; 5264 while ((bol != eol) && ((l == LOG_ALLDELTAS) || 5282 printf("[%04d] %08x %08x.%08x %08x %s\n", x++, bol, 5313 bol = (int32_t)addr;
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 465 const char *bol; /* Move cursor to beginning of line */ member in struct:GetLine 1402 {"vi-insert-at-bol", gl_vi_insert_at_bol}, 1412 {"vi-change-to-bol", gl_vi_change_to_bol}, 1428 {"copy-to-bol", gl_copy_to_bol}, 1609 {"M-c^", "vi-change-to-bol"}, 1610 {"M-c0", "vi-change-to-bol"}, 1646 {"M-I", "vi-insert-at-bol"}, 1685 {"M-y^", "copy-to-bol"}, 1686 {"M-y0", "copy-to-bol"}, 1837 gl->bol [all...] |
Completed in 1323 milliseconds