Searched refs:copy_string (Results 1 – 10 of 10) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | sym.c | 182 char *copy_string(); 185 if ( addsym( copy_string( name ), 230 char *copy_string(); 238 scname[lastsc] = copy_string( str );
|
D | parse.y | 190 outfilename = copy_string( nmstr ); 194 { prefix = copy_string( nmstr ); } 196 { yyclass = copy_string( nmstr ); }
|
D | scan.l | 673 infilename = copy_string( file ); 683 infilename = copy_string( "<stdin>" );
|
D | initscan.c | 1727 infilename = copy_string( yytext + 1 ); 3660 infilename = copy_string( file ); 3670 infilename = copy_string( "<stdin>" );
|
D | flexdef.h | 831 extern char *copy_string PROTO((register const char *));
|
D | misc.c | 191 char *copy_string( str ) in copy_string() function
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | parse.c | 753 outfilename = copy_string( nmstr ); in yyparse() 759 { prefix = copy_string( nmstr ); } in yyparse() 763 { yyclass = copy_string( nmstr ); } in yyparse()
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
D | vms-code.c | 120 new_arg0 = copy_string(arg0);
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/MVS/ |
D | diffs | 603 flexfatal( "dynamic memory failure in copy_string()" ); 611 flexfatal( "dynamic memory failure in copy_string()" );
|
/external/bison/ |
D | ChangeLog | 9260 (copy_character, copy_string2, copy_string, copy_identifier) 13603 (copy_string2): Put the body of copy_string into this new function. 13606 (copy_string): Be a simple call to copy_string2 with the last argument 14065 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at) 14859 * src/reader.c (copy_definition): Use copy_string and 14862 (copy_comment, copy_string): Moved, to be visible from 14867 * src/reader.c (copy_string): Declare `static inline'. No 14884 * src/reader.c (copy_string): New function, factored out from:
|