Searched refs:linp (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/csh/ |
H A D | 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 [all...] |
H A D | sh.proc.c | 621 extern char *linp, linbuf[]; 640 if (tp != pp && linp != linbuf && !(flag&FANCY) && 645 if (tp != pp && linp != linbuf) 724 if (linp != linbuf) 732 if (linp != linbuf)
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | rec_delete.c | 190 offset = h->linp[idx]; 191 for (cnt = &h->linp[idx] - (ip = &h->linp[0]); cnt--; ++ip) 194 for (cnt = &h->linp[NEXTINDEX(h)] - ip; --cnt; ++ip)
|
H A D | rec_put.c | 269 memmove(h->linp + idx + 1, h->linp + idx, 273 h->linp[idx] = h->upper -= nbytes;
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_split.c | 120 h->linp[skip] = h->upper -= ilen; 230 memmove(h->linp + skip + 1, h->linp + skip, 239 h->linp[skip] = h->upper -= nbytes; 240 dest = (char *)h + h->linp[skip]; 245 h->linp[skip] = h->upper -= nbytes; 246 dest = (char *)h + h->linp[skip]; 260 dest = (char *)h + h->linp[skip - 1]; 262 dest = (char *)l + l->linp[NEXTINDEX(l) - 1]; 267 h->linp[ski [all...] |
H A D | bt_conv.c | 91 M_16_SWAP(h->linp[i]); 106 M_16_SWAP(h->linp[i]); 163 M_16_SWAP(h->linp[i]); 187 M_16_SWAP(h->linp[i]);
|
H A D | 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]))
|
H A D | bt_put.c | 221 memmove(h->linp + idx + 1, h->linp + idx, 225 h->linp[idx] = h->upper -= nbytes;
|
H A D | bt_delete.c | 441 offset = pg->linp[idx]; 442 for (cnt = idx, ip = &pg->linp[0]; cnt--; ++ip) 510 offset = h->linp[idx]; 511 for (cnt = idx, ip = &h->linp[0]; cnt--; ++ip)
|
H A D | bt_debug.c | 243 (void)fprintf(tracefp, "\t[%03d] %4d ", cur, h->linp[cur]);
|
H A D | bt_open.c | 364 root->linp[0] == 0) {
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | 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;
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 178 static char *linp = line; variable 2371 lp = linp; 2414 linp = line; 2419 linp = lp; 2429 lp = linp; 2500 linp = line; 2505 linp = lp;
|
Completed in 111 milliseconds