Searched refs:STRINGLEN (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mailx/
H A Dmailx.h156 #define LINESIZE (32*STRINGLEN) /* max readable line width */
163 #define STRINGLEN 1024 /* Maximum length of string token */ macro
648 char lexstring[STRINGLEN]; /* String from TSTRING, scan() */
H A Dlist.c282 state.lexstring[STRINGLEN - 1] = 0;
878 if (cp2 - state.lexstring < STRINGLEN - 1)

Completed in 58 milliseconds