Searched refs:VSERROR (Results 1 – 3 of 3) sorted by relevance
66 #define VSERROR 0xb /* Syntax error, issue when expanded */ macro
1699 subtype = VSERROR; in readtoken1()1722 subtype = VSERROR; in readtoken1()1740 } else if (subtype != VSERROR) { in readtoken1()1742 subtype = VSERROR; in readtoken1()
789 case VSERROR: in evalvar()