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