Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h43 #define FLINENO (04<<COMBITS) /* for/case has line number */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtrestore.c115 if(type&FLINENO) in r_tree()
124 if(type&FLINENO) in r_tree()
H A Dparse.c1165 t->sw.swtyp |= FLINENO; in item()
1218 t->for_.fortyp |= FLINENO; in item()