Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/refer/
H A Dhunt6.c18 #define TXTLEN 1000 macro
42 char res[100], *ar[50], output[TXTLEN], *mput; in baddrop()
89 len = corout(res, output, rprog, "", TXTLEN); in baddrop()
91 len = findline(res, &mput, TXTLEN, indexdate); in baddrop()
93 strncpy(output, mput, TXTLEN); in baddrop()
100 assert(len < TXTLEN); in baddrop()