Searched refs:lastlabel (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sbin/disklabel/ |
| D | editor.c | 194 struct disklabel origlabel, lastlabel, tmplabel, newlab = lab; in editor() local 239 lastlabel = newlab; in editor() 259 tmplabel = lastlabel; in editor() 260 lastlabel = newlab; in editor() 274 newlab = lastlabel; in editor() 449 lastlabel = tmplabel; in editor() 459 newlab = lastlabel; in editor() 460 lastlabel = tmplabel; in editor() 502 if (memcmp(&newlab, &lastlabel, sizeof(newlab)) == 0 && in editor() 504 lastlabel = tmplabel; in editor()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | vmsdbgout.c | 943 char lastlabel[MAX_ARTIFICIAL_LABEL_BYTES]; local 993 strcpy (lastlabel, TEXT_SECTION_ASM_OP); 1048 totsize += write_debug_delta4 (label, lastlabel, "increment line_num", 1052 strcpy (lastlabel, label);
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | vmsdbgout.c | 937 char lastlabel[MAX_ARTIFICIAL_LABEL_BYTES]; in write_pclines() local 987 strcpy (lastlabel, TEXT_SECTION_ASM_OP); in write_pclines() 1042 totsize += write_debug_delta4 (label, lastlabel, "increment line_num", in write_pclines() 1046 strcpy (lastlabel, label); in write_pclines()
|