Searched defs:GLH_SEG_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.c52 * History lines are split into sub-strings of GLH_SEG_SIZE
56 #define GLH_SEG_SIZE 16 macro
61 * the last segment having GLH_SEG_SIZE characters. The last segment
62 * of a string is terminated within the GLH_SEG_SIZE characters with a
68 char s[GLH_SEG_SIZE]; /* The sub-string. Beware that only the final */
269 glh->nbuff = (buflen+GLH_SEG_SIZE-1) / GLH_SEG_SIZE;
1066 size_t slen = seg->next ? GLH_SEG_SIZE : strlen(seg->s);
1594 len = seg->next ? GLH_SEG_SIZE : strlen(seg->s);
1644 nbuff = (bufsize+GLH_SEG_SIZE
[all...]

Completed in 48 milliseconds