Home
last modified time | relevance | path

Searched refs:DONESYM (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/data/
H A Dkeywords.c37 "done", DONESYM,
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshlex.h79 #define DONESYM (SYMRES|07) macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dparse.c709 tw->wh.dotre = sh_cmd(lexp,n==DOSYM?DONESYM:RBRACE,SH_NL); in arithfor()
1151 t->for_.fortre=sh_cmd(lexp,tok==DOSYM?DONESYM:RBRACE,SH_NL|SH_SEMI); in item()
1183 t->wh.dotre = sh_cmd(lexp,DONESYM,SH_NL|SH_SEMI); in item()