Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Dparser.h65 #define VSERROR 0xb /* Syntax error, issue when expanded */ macro
H A Dparser.c1701 subtype = VSERROR; in readtoken1()
1724 subtype = VSERROR; in readtoken1()
1742 } else if (subtype != VSERROR) { in readtoken1()
1744 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.c793 case VSERROR: in evalvar()