Home
last modified time | relevance | path

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

/mirbsd/src/bin/mksh/
Dexec.c1675 return (meta == TM_END ? TO_NONNULL : TO_NONOP); in dbteste_isa()
1695 } else if (meta == TM_END) in dbteste_isa()
Dfuncs.c3198 if (!(te->flags & TEF_ERROR) && !(*te->isa)(te, TM_END)) in test_parse()
3309 return (meta == TM_END ? TO_NONNULL : TO_NONOP); in ptest_isa()
3313 else if (meta == TM_END) in ptest_isa()
Dsh.h1999 TM_END /* end of input */ enumerator