HomeSort by: relevance | last modified time | path
    Searched refs:msprintf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/byacc/dist/
mstring.c 27 msprintf(struct mstring *s, const char *fmt, ...) function
reader.c 853 msprintf(code_mstr, line_format, lineno, input_file_name);
2417 msprintf(c, "yyval.%s = ", yyvaltag);
2419 msprintf(c, "yyval = ");
2446 msprintf(c, "yystack.l_mark[%d]", i);
2448 msprintf(c, ".%s", tag);
2464 msprintf(c, "yystack.l_mark[%d]",
2467 msprintf(c, ".%s", tag);
3291 msprintf(code_mstr, line_format, lineno, input_file_name);
3318 msprintf(code_mstr, "(*val).%s", tag);
3329 msprintf(code_mstr, "$$")
    [all...]

Completed in 132 milliseconds