Home
last modified time | relevance | path

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

/NextBSD/bin/sh/
HDparser.h66 #define VSERROR 0xb /* Syntax error, issue when expanded */ macro
HDparser.c1699 subtype = VSERROR; in readtoken1()
1722 subtype = VSERROR; in readtoken1()
1740 } else if (subtype != VSERROR) { in readtoken1()
1742 subtype = VSERROR; in readtoken1()
HDexpand.c789 case VSERROR: in evalvar()