Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c939 static char lexbuf[BUFSIZ]; in yyinit() local
942 if (strlen(str) >= sizeof lexbuf - 1) in yyinit()
945 nstrcpy(lexbuf, sizeof (lexbuf), str); in yyinit()
946 charp = lexbuf; in yyinit()