Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/col/
H A Dcol.c52 wchar_t lbuff[LINELN], *line; variable
53 wchar_t *lbuffend = lbuff + LINELN - 1;
129 line = lbuff; in main()
304 line = lbuff; in outc()
365 line = lbuff; in outc()
458 line = lbuff; in outc()
468 page[lno] = (wchar_t *)malloc((unsigned)(wcslen(lbuff) + 2) in store()
474 (void) wcscpy(page[lno], lbuff); in store()
483 p = lbuff; in fetch()
486 line = lbuff; in fetch()