Home
last modified time | relevance | path

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

/src/bin/sh/
H A Dparser.h65 #define VSERROR 0xb /* Syntax error, issue when expanded */ macro
H A Dparser.c1703 subtype = VSERROR; in readtoken1()
1726 subtype = VSERROR; in readtoken1()
1744 } else if (subtype != VSERROR) { in readtoken1()
1746 subtype = VSERROR; in readtoken1()
H A DTOUR138 VSERROR delayed error
148 The type VSERROR is used to allow parsing bad substitutions like
H A Dexpand.c795 case VSERROR: in evalvar()