Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/include/
H A Dshlex.h128 #define SH_FUNDEF 040 macro
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dparse.c791 t->funct.functargs = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*)); in funct()
1310 if(*argp->argval==LBRACE && (flag&SH_FUNDEF) && argp->argval[1]==0) in simple()