Searched refs:labelname (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/usr.bin/grep/ |
| D | grep.h | 73 extern const char *labelname;
|
| D | grep.c | 84 const char *labelname; /* --label=name */ variable 438 labelname = optarg; in main()
|
| D | util.c | 136 if (labelname) in procfile() 137 ln.file = (char *)labelname; in procfile()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | rs6000.c | 12971 tree labelname; local 12982 labelname = get_identifier (label_buf); 12986 add_compiler_stub (labelname, funname, line_number); 12989 labelname = get_prev_label (funname); 12992 operand_number, IDENTIFIER_POINTER (labelname));
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | rs6000.c | 18065 tree labelname; in output_call() local 18076 labelname = get_identifier (label_buf); in output_call() 18080 add_compiler_branch_island (labelname, funname, line_number); in output_call() 18083 labelname = get_prev_label (funname); in output_call() 18091 dest_operand_number, IDENTIFIER_POINTER (labelname)); in output_call()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | com.c | 11982 char labelname[16]; in ffecom_lookup_label() local 11989 sprintf (labelname, "%" ffelabValue_f "u", ffelab_value (label)); in ffecom_lookup_label() 11990 glabel = build_decl (LABEL_DECL, get_identifier (labelname), in ffecom_lookup_label()
|