Home
last modified time | relevance | path

Searched refs:labelname (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/usr.bin/grep/
Dgrep.h73 extern const char *labelname;
Dgrep.c84 const char *labelname; /* --label=name */ variable
438 labelname = optarg; in main()
Dutil.c136 if (labelname) in procfile()
137 ln.file = (char *)labelname; in procfile()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.c12971 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/
Drs6000.c18065 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/
Dcom.c11982 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()