Searched defs:comptr (Results 1 – 7 of 7) sorted by relevance
198 struct comnod *comptr; in ed_expand() local
209 struct comnod *comptr; in ed_expand() local
434 char *comptr; /* end of a comment delimiter */ in putScp() local [all...]
699 char **sh_argbuild(Shell_t *shp,int *nargs, const struct comnod *comptr,int flag) in sh_argbuild()
708 char **sh_argbuild(Shell_t *shp,int *nargs, const struct comnod *comptr,int flag) in sh_argbuild() argument
125 char *comptr = NULL; /* set with -y comment (old) */ in main() local [all...]
249 #define comptr(x) ((struct comnod *)x) macro