Searched refs:VSERROR (Results 1 – 4 of 4) sorted by relevance
65 #define VSERROR 0xb /* Syntax error, issue when expanded */ macro
1701 subtype = VSERROR; in readtoken1()1724 subtype = VSERROR; in readtoken1()1742 } else if (subtype != VSERROR) { in readtoken1()1744 subtype = VSERROR; in readtoken1()
138 VSERROR delayed error148 The type VSERROR is used to allow parsing bad substitutions like
793 case VSERROR: in evalvar()