Home
last modified time | relevance | path

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

/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dshlex.h126 #define LABLSYM 04003 macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dshlex.h123 #define LABLSYM 04003 macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dshlex.h123 #define LABLSYM 04003 macro
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshlex.h158 #define LABLSYM 04003 macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dparse.c1285 case LABLSYM: in item()
1497 if(tok==LABLSYM && (flag&SH_ASSIGN)) in simple()
H A Dlex.c1378 return(lp->token=LABLSYM); in sh_lex()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dparse.c1285 case LABLSYM: in item()
1497 if(tok==LABLSYM && (flag&SH_ASSIGN)) in simple()
H A Dlex.c1378 return(lp->token=LABLSYM); in sh_lex()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dparse.c1204 case LABLSYM: { in item()
1416 if (tok == LABLSYM && (flag & SH_ASSIGN)) lexp->token = tok = 0; in simple()
H A Dlex.c1231 lp->token = LABLSYM; in sh_lex()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dparse.c1336 case LABLSYM: in item()
1577 if(tok==LABLSYM && (flag&SH_ASSIGN)) in simple()
H A Dlex.c1398 return(lp->token=LABLSYM); in sh_lex()