Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h129 #define SH_ARRAY 0100 macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dparse.c949 array=SH_ARRAY; in assign()
1294 flag |= SH_ARRAY; in simple()
1354 if(argno>=0 && argno++==cmdarg && !(flag&SH_ARRAY) && *argp->argval!='/') in simple()
1428 else if(tok==NL && (flag&SH_ARRAY)) in simple()