HomeSort by relevance Sort by last modified time
    Searched defs:genbuf (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/ucblib/libcurses/
cr_tty.c 96 static char genbuf[1024]; local
108 if (tgetent(genbuf, type) != 1) {
110 (void) strcpy(genbuf, "xx|dumb:");
157 (void) strncpy(ttytype, longname(genbuf, type), sizeof (ttytype) - 1);
  /onnv/onnv-gate/usr/src/ucbcmd/sed/
sed1.c 45 char genbuf[LBSIZE+1]; variable
275 sp = genbuf;
290 if (sp == &genbuf[LBSIZE+1]) {
297 loc2 = sp - genbuf + linebuf;
299 if (sp == &genbuf[LBSIZE+1]) {
306 sp = genbuf;
321 if (sp == &genbuf[LBSIZE+1])
431 p2 = genbuf;
432 genbuf[72] = 0;
440 (void) fprintf(stdout, "%s\n", genbuf);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex.h 229 var unsigned char genbuf[LBSIZE]; /* Working buffer when manipulating linebuf */ variable
  /onnv/onnv-gate/usr/src/cmd/ed/
ed.c 210 static char genbuf[LBSIZE]; variable
1383 if ((ninbuf = read(io, genbuf, LBSIZE)-1) < 0)
1386 *genbuf = '\n';
1391 if (isencrypt(genbuf, ninbuf + 1))
1396 fp = genbuf;
1398 if (run_crypt(count, genbuf, ninbuf+1, perm) == -1)
1441 fp = genbuf;
1456 n = fp-genbuf;
1458 if (run_crypt(count-n, genbuf, n, perm) == -1)
1460 if (write(io, genbuf, n) != n
    [all...]

Completed in 120 milliseconds