Lines Matching defs:string
147 #include <string.h>
185 enum nametype { string, nfield } type;
663 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
1099 heuristic is that double-quoting is unnecessary unless the string
1231 produced a string with the wrong number of "%s"s. */
1904 (yyval.name)->type = string;
1916 (yyval.name)->type = string;
1926 (yyval.name)->type = string;
2350 if (runp->type == string)
2390 if (runp->type == string)
2394 "%d: cannot have more than one string parameter",
2408 /* Add some string which contains invalid characters. */
2459 obstack_grow_str (&ob, "string");
3058 /* Compute best size for string representation including explicit NUL. */