Searched refs:noarg (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmsg.c117 const char noarg[] = "argument expected"; variable
H A Dtest.c73 failed((unsigned char *)"test", noarg);
H A Ddefs.h486 extern const char noarg[];
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c83 static int noarg; variable
578 if (noarg == 1) {
636 if (noarg == 1) {
644 noarg = 1;
686 noarg = 0;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c92 char noarg; member in struct:lexdata
210 if(!lp->lexd.noarg)
216 if(size>0 && (lp->arg||lp->lexd.noarg))
274 lp->lexd.noarg = lp->lexd.level= lp->lexd.dolparen = lp->lexd.balance = 0;
723 if(oldmode(lp)==ST_NONE && !lp->lexd.noarg) /* in ((...)) */
1646 lp->lexd.noarg = 1;
1652 lp->lexd.noarg = 0;
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.h206 int noarg; /* if set, backend does not use the arg structure */ member in struct:__anon1028
H A Dnscd_switch.c588 swret->noarg = 0;
916 swret->noarg = 1;
945 if (swret != NULL && swret->noarg == 1) {
1424 if (!swret.noarg && status != NSS_TRYLOCAL)

Completed in 67 milliseconds