Home
last modified time | relevance | path

Searched defs:comptr (Results 1 – 7 of 7) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/edit/
H A Dcompletion.c198 struct comnod *comptr; in ed_expand() local
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c209 struct comnod *comptr; in ed_expand() local
/titanic_51/usr/src/cmd/vgrind/
H A Dvfontedpr.c434 char *comptr; /* end of a comment delimiter */ in putScp() local
[all...]
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dargs.c699 char **sh_argbuild(Shell_t *shp,int *nargs, const struct comnod *comptr,int flag) in sh_argbuild()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c708 char **sh_argbuild(Shell_t *shp,int *nargs, const struct comnod *comptr,int flag) in sh_argbuild() argument
/titanic_51/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c125 char *comptr = NULL; /* set with -y comment (old) */ in main() local
[all...]
/titanic_51/usr/src/cmd/sh/
H A Dmode.h249 #define comptr(x) ((struct comnod *)x) macro