Home
last modified time | relevance | path

Searched refs:LBREAK (Results 1 – 3 of 3) sorted by relevance

/netbsd/bin/ksh/
H A Dexec.c318 || (i != LBREAK && i != LCONTIN))
322 } else if (i == LBREAK) {
358 || (i != LBREAK && i != LCONTIN))
362 } else if (i == LBREAK) {
H A Dsh.h252 #define LBREAK 6 /* break statement */ macro
H A Dc_sh.c628 unwind(*wp[0] == 'b' ? LBREAK : LCONTIN);