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

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.print.c 82 char *linp = linbuf; variable
105 *linp++ = c;
107 if (c == '\n' || linp >= &linbuf[sizeof (linbuf) - 1 - MB_CUR_MAX]) {
130 n = wctomb(linp, tc);
134 linp += n;
135 if (linp >= &linbuf[sizeof (linbuf) - 1 - MB_CUR_MAX]) {
161 *linp++ = c;
162 if (c == '\n' || linp >= &linbuf[sizeof (linbuf) - 2]) {
183 linp = linbuf;
192 if (linp == linbuf)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_put.c 259 wchar_t *linp = linb; variable
292 else if (linp >= &linb[63])
294 *linp++ = c;
295 if (linp >= &linb[63]) {
327 *linp = 0;
425 linp = linb;
1015 linp = linb;
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
btree.h 98 indx_t linp[1]; /* indx_t-aligned VAR. LENGTH DATA */ member in struct:_page
146 ((BINTERNAL *)((char *)(pg) + (pg)->linp[indx]))
173 ((RINTERNAL *)((char *)(pg) + (pg)->linp[indx]))
196 ((BLEAF *)((char *)(pg) + (pg)->linp[indx]))
228 ((RLEAF *)((char *)(pg) + (pg)->linp[indx]))
  /onnv/onnv-gate/usr/src/cmd/ed/
ed.c 181 static char *linp = line; variable
    [all...]

Completed in 60 milliseconds