Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Dinit.c87 char lexstring[STRINGLEN]; /* String from TSTRING, scan() */
H A Dlist.c607 if (cp2 - lexstring < STRINGLEN-1) in scan()
628 lexstring[STRINGLEN-1] = '\0'; in regret()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h336 #define STRINGLEN 1024 /* Maximum length of string token */ macro