Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dsyn.c145 p, NOBLOCK, NOWORDS);
205 return (block(type, t, NOBLOCK, NOWORDS));
381 t = block(TBANG, NOBLOCK, t, NOWORDS);
387 t = block(TTIME, t, NOBLOCK, NOWORDS);
H A Dtree.h9 #define NOBLOCK ((struct op *)NULL) macro