Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshlex.h123 #define LABLSYM 04003 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c1293 case LABLSYM: in item()
1506 if(tok==LABLSYM && (flag&SH_ASSIGN)) in simple()
H A Dlex.c1387 return(lp->token=LABLSYM); in sh_lex()