Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h132 #define SH_COMPASSIGN 010 /* allow compound assignments only */ macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dlex.c1117 else if(c!=LPAREN && assignment==SH_COMPASSIGN) in sh_lex()
H A Dparse.c1380 lexp->assignok = SH_COMPASSIGN; in simple()