Searched refs:read_label (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dos.c71 static jmp_buf read_label; variable
176 if (setjmp(read_label))
195 longjmp(read_label, 1);
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dos.c62 static jmp_buf read_label; variable
100 if (SET_JUMP(read_label))
194 LONG_JUMP(read_label, 1);
/netbsd-6-1-5-RELEASE/sys/arch/landisk/stand/boot/
H A Dbiosdisk.c133 read_label(struct biosdisk *d) function
253 if (read_label(d) == 0) {
292 error = read_label(d);
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dbiosdisk.c443 read_label(struct biosdisk *d) function
575 error = read_label(d);

Completed in 117 milliseconds