Searched defs:SYMRES (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshlex.h72 #define SYMRES 0400 /* reserved word symbols */ macro
73 #define DOSYM (SYMRES|01)
74 #define FISYM (SYMRES|02)
75 #define ELIFSYM (SYMRES|03)
76 #define ELSESYM (SYMRES|04)
77 #define INSYM (SYMRES|05)
78 #define THENSYM (SYMRES|06)
79 #define DONESYM (SYMRES|07)
80 #define ESACSYM (SYMRES|010)
81 #define IFSYM (SYMRES|01
[all...]

Completed in 44 milliseconds