Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshlex.h121 #define LABLSYM 04003 macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dparse.c1189 case LABLSYM: in item()
1385 if(tok==LABLSYM && (flag&SH_ASSIGN)) in simple()
H A Dlex.c1302 return(lp->token=LABLSYM); in sh_lex()