/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | cr_put.c | 52 static int outcol, outline, destcol, destline; variable 66 outline = ly; 83 outline += l; 100 if (outline > LINES - 1) { 101 destline -= outline - (LINES - 1); 102 outline = LINES - 1; 108 if (outline < LINES - 1) { 143 if (destline < outline && !(CA || UP)) 144 destline = outline; 154 outline [all...] |
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 454 outline += l; 465 if (outline > lines - 1) { 466 destline -= outline - (lines - 1); 467 outline = lines - 1; 473 if (outline < lines - 1) { 504 if (destline < outline && !(cursor_address && !holdcm || cursor_up || cursor_home)) 505 destline = outline; 513 outline = destline; 562 soutline = outline; 597 k = outline [all...] |
H A D | ex_tty.h | 77 var short outline; variable
|
H A D | ex_cmds2.c | 312 outline = destline = 0; 662 outline = WECHO;
|
H A D | ex_vput.c | 57 outline = 0; 350 savecol = outcol; saveline = outline; savesplit = splitw; 409 outline += outcol / WCOLS; 420 if (y != outline) 450 destline = outline; 468 if ((destline - outline) * WCOLS != destcol - outcol) { 1350 if (destcol == outcol + 1 && tp[-1] == ' ' && outline == destline) { 1359 if (outcol != destcol || outline != destline)
|
H A D | ex_vis.h | 294 #define cindent() ((outline - vlinfo[vcline].vliny) * WCOLS + outcol)
|
H A D | ex_vmain.c | 1436 vgoto(outline, 0); 1450 outline = destline = 0;
|
H A D | ex_voper.c | 864 outline = destline = WBOT; 953 saveline = outline;
|
H A D | ex_v.c | 255 outline = destline = WBOT;
|
H A D | ex_vops3.c | 422 int l = outline;
|
H A D | ex_vadj.c | 310 vgoto(outline+1, 0); 311 vputp(insert_line, WECHO + 1 - outline); 455 outline = destline = 0;
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | syslog.c | 176 char outline[MAXLINE + 256]; /* pad to allow date, system name... */ local 195 * Maximum tag length is 256 (the pad in outline) minus the size of the 249 * on outline and buf. 256 o = outline; 314 (void) vsnprintf(o, &outline[sizeof (outline)] - o, buf, ap); 315 clen = (int)strlen(outline) + 1; /* add one for NULL byte */ 318 outline[MAXLINE-1] = '\0'; 329 outline[LOG_MAXPS-1] = '\0'; 336 dat.maxlen = sizeof (outline); [all...] |
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | syslog.c | 110 char buf[MAXLINE + 1], outline[MAXLINE + 1]; local 118 * Maximum tag length is 256 (the pad in outline) minus the size of the 139 o = outline; 193 (void) vsnprintf(o, &outline[sizeof (outline)] - o, buf, ap); 194 c = strlen(outline) + 1; /* add one for NULL byte */ 197 outline[MAXLINE-1] = '\0'; 201 if (sendto(LogFile, outline, c, 0, &SyslogAddr, 224 o = index(outline, '>') + 1; 225 (void) write(fd, o, c - (o - outline)); [all...] |
/illumos-gate/usr/src/cmd/grep_xpg4/ |
H A D | grep.c | 109 static wchar_t *outline; variable 822 if (use_wchar && outline == NULL) { 824 outline = malloc(sizeof (wchar_t) * outbuflen); 825 if (outline == NULL) { 1010 outline = realloc(outline, 1012 if (outline == NULL) { 1020 len = mbstowcs(outline, ptr, line_len); 1028 outline[len] = L'\0'; 1032 for (cp = outline; *c [all...] |
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | fmt.c | 79 outline(Fmt_t* fp) function 158 outline(fp); 161 outline(fp); 165 outline(fp); 200 outline(fp); 216 outline(fp); 414 outline(fp); 499 outline(fp); 628 outline(&fmt);
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | pictures.c | 103 int outline = 0; /* draw a box around the picture? */ local 185 case 'o': outline = 1; break; /* outline the picture */ 194 ps_include(fp_in, tf, page, whiteout, outline, scaleboth,
|
H A D | ps_include.c | 64 * outline - draw a box around it and 73 int outline, int scaleboth, double cx, double cy, 92 double o = outline != 0; 72 ps_include(FILE *fin, FILE *fout, int page_no, int whiteout, int outline, int scaleboth, double cx, double cy, double sx, double sy, double ax, double ay, double rot) argument
|
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/ |
H A D | usbser_var.h | 281 #define USBSER_MAKEMINOR(instance, port, outline) \ 282 ((port) | ((instance) << MAXPORTS_PER_DEVICE_SHIFT) | (outline))
|
/illumos-gate/usr/src/cmd/cfgadm/ |
H A D | cfgadm.c | 2223 static char *outline, *end; local 2226 if (outline == NULL) { 2236 outline = config_calloc_check(out_len + 1, 1); 2237 if (outline == NULL) { 2240 end = &outline[out_len + 1]; 2243 lp = outline; 2262 while (--lp >= outline && *lp == ' ') 2264 (void) fprintf(fp, "%s\n", outline);
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | wdiff.pl | 111 outline: thin solid #ff9900; } label
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | interrupt.s | 588 ! The general outline of what the code here does is:
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 4320 % been typeset. If the destination for the pdf outline is after the 4321 % text, then jumping from the outline may wind up with the text not
|