Home
last modified time | relevance | path

Searched refs:NUNTIL (Results 1 – 6 of 6) sorted by relevance

/system/core/sh/
Dnodes.h15 #define NUNTIL 10 macro
Dnodes.c128 case NUNTIL:
224 case NUNTIL:
Dnodetypes85 NUNTIL nbinary # the until statement
Deval.c276 case NUNTIL: in evaltree()
Djobs.c1300 case NUNTIL: in cmdtxt()
Dparser.c347 n1->type = (lasttoken == TWHILE)? NWHILE : NUNTIL; in command()