Searched refs:opterror (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/bltins/
H A Dgetopts.c117 shp->st.opterror = 1;
145 shp->st.opterror = 1;
153 if(shp->st.opterror)
/ast/src/lib/libast/misc/
H A Doptget.c4128 opterror(register char* p, int err, int version, char* id, char* catalog) function
4924 return opterror("?", 0, version, id, catalog);
5178 return opterror(no ? "!" : "=", 0, version, id, catalog);
5203 return opterror("", 0, version, id, catalog);
5226 return opterror("!", 0, version, id, catalog);
5244 return opterror(s, 0, version, id, catalog);
5270 return opterror(s, err, version, id, catalog);
5291 c = opterror(s, err, version, id, catalog);
5328 return opterror(s, err, version, id, catalog);
5337 return opterror(
[all...]
/ast/src/cmd/ksh93/include/
H A Ddefs.h89 short opterror; member in struct:sh_scoped
/ast/src/cmd/ksh93/sh/
H A Dinit.c311 shp->st.opterror = shp->st.optchar = 0;
H A Dxec.c3349 shp->st.opterror = shp->st.optchar = 0;

Completed in 31 milliseconds