Home
last modified time | relevance | path

Searched refs:NNOT (Results 1 – 5 of 5) sorted by relevance

/system/core/sh/
Dnodes.h30 #define NNOT 25 macro
Dnodes.c188 case NNOT:
290 case NNOT:
Dparser.c278 n2->type = NNOT; in pipeline()
519 n2->type = NNOT; in command()
596 n2->type = NNOT; in simplecmd()
Dnodetypes141 NNOT nnot # ! command (actually pipeline)
Deval.c289 case NNOT: in evaltree()