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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c195 * qstring_buf : Contains the double quoted string processed.
202 static char qstring_buf[MAX_STRING_LEN]; variable
503 lstrcat(qstring_buf, yytext);
522 lstrcat(qstring_buf, yytext);
547 lstrcat(qstring_buf, yytext);
572 lstrcat(qstring_buf, yytext);
599 lstrcat(qstring_buf, yytext);
631 lstrcat(qstring_buf, yytext);
664 lstrcat(qstring_buf, yytext);
686 lstrcat(qstring_buf, yytex
[all...]

Completed in 68 milliseconds