Home
last modified time | relevance | path

Searched refs:whtyp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmode.h192 int whtyp; member
H A Dcmd.c347 t->whtyp = (wdval == WHSYM ? TWH : TUN);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h101 int whtyp; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c742 tw->wh.whtyp = TWH; in arithfor()
1284 t->wh.whtyp=(lexp->token==WHILESYM ? TWH : TUN); in item()