Searched defs:comptr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dcompletion.c198 struct comnod *comptr; local
221 comptr = (struct comnod*)stakalloc(sizeof(struct comnod));
237 comptr->comtyp = COMSCAN;
238 comptr->comarg = ap;
306 com = sh_argbuild(ep->sh,&narg,comptr,0);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dargs.c699 char **sh_argbuild(Shell_t *shp,int *nargs, const struct comnod *comptr,int flag) argument
705 register const struct comnod *ac = comptr;
/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c434 char *comptr; /* end of a comment delimiter */ local
469 comptr = expmatch (s, l_combeg, dummy);
475 if (comptr != NIL)
476 if ((comptr < strptr || strptr == NIL)
477 && (comptr < acmptr || acmptr == NIL)
478 && (comptr < chrptr || chrptr == NIL)
479 && (comptr < blksptr || blksptr == NIL)
480 && (comptr < blkeptr || blkeptr == NIL)) {
481 putKcp (s, comptr-1, FALSE);
482 s = comptr;
[all...]
/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c125 char *comptr = NULL; /* set with -y comment (old) */ local
161 if ( flag || svcptr || Quietflag || comptr || addrptr
168 if ( flag || svcptr || Quietflag || comptr || addrptr
175 if ( flag || svcptr || Quietflag || comptr || addrptr
181 if ( flag || svcptr || Quietflag || comptr || addrptr
188 || Quietflag || comptr || addrptr || rpcptr
200 if ( flag || svcptr || Quietflag || comptr || idptr || netspec )
211 if ( (flag && (flag != ZZZFLAG)) || Quietflag || comptr
217 if ( flag || svcptr || Quietflag || comptr || addrptr
224 if ( flag || svcptr || Quietflag || comptr || addrpt
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Dmode.h249 #define comptr(x) ((struct comnod *)x) macro

Completed in 51 milliseconds