Home
last modified time | relevance | path

Searched refs:lbuff (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/col/
H A Dcol.c54 wchar_t lbuff[LINELN], *line; variable
55 wchar_t *lbuffend = lbuff + LINELN - 1;
131 line = lbuff; in main()
306 line = lbuff; in outc()
367 line = lbuff; in outc()
460 line = lbuff; in outc()
470 page[lno] = (wchar_t *)malloc((unsigned)(wcslen(lbuff) + 2) in store()
476 (void) wcscpy(page[lno], lbuff); in store()
485 p = lbuff; in fetch()
488 line = lbuff; in fetch()
/titanic_50/usr/src/cmd/sa/
H A Dsadp.c991 char lbuff[132]; local
996 lp = lbuff;
1006 printf("%s", lbuff);