Home
last modified time | relevance | path

Searched refs:NPUSH (Results 1 – 2 of 2) sorted by relevance

/NextBSD/release/picobsd/tinyware/msh/
HDsh.h18 #define NPUSH 8 /* limit to input nesting */ macro
288 Extern struct ioarg ioargstack[NPUSH];
302 Extern struct io iostack[NPUSH];
HDsh5.c121 if (++e.iop >= &iostack[NPUSH]) {