HomeSort by: relevance | last modified time | path
    Searched refs:LBREAK (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/ksh/
exec.c 318 || (i != LBREAK && i != LCONTIN))
322 } else if (i == LBREAK) {
358 || (i != LBREAK && i != LCONTIN))
362 } else if (i == LBREAK) {
sh.h 252 #define LBREAK 6 /* break statement */
c_sh.c 628 unwind(*wp[0] == 'b' ? LBREAK : LCONTIN);

Completed in 172 milliseconds