HomeSort by relevance Sort by last modified time
    Searched refs:uniqstr_new (Results 1 - 10 of 10) sorted by null

  /external/bison/src/
uniqstr.c 44 uniqstr_new (char const *str) function
70 return uniqstr_new (res);
uniqstr.h 30 uniqstr uniqstr_new (char const *str);
reader.c 97 syms->next->name = uniqstr_new (name);
123 type = uniqstr_new ("");
143 merge_function->type = uniqstr_new (type);
getargs.c 590 boundary_set (&res.start, uniqstr_new ("<command line>"), optind - 1, -1);
753 current_file = grammar_file = uniqstr_new (argv[optind]);
parse-gram.y 331 skeleton_user = uniqstr_new (skeleton_build);
604 | STRING { $$ = uniqstr_new ($1); }
location.c 229 bound->file = uniqstr_new (loc_str);
scan-gram.l 232 val->uniqstr = uniqstr_new (yytext);
274 val->uniqstr = uniqstr_new (last_string);
359 bracketed_id_str = uniqstr_new (yytext);
867 current_file = uniqstr_new (file + 1);
symtab.c 715 return symbol_from_uniqstr (uniqstr_new (key), loc);
727 return semantic_type_from_uniqstr (uniqstr_new (key));
scan-gram.c     [all...]
parse-gram.c     [all...]

Completed in 328 milliseconds