Searched refs:stringptr (Results 1 – 4 of 4) sorted by relevance
73 gdb_parse_exp_1 (char **stringptr, struct block *block, int comma, in gdb_parse_exp_1() argument77 args.args[0].pointer = stringptr; in gdb_parse_exp_1()
1024 parse_exp_1 (char **stringptr, struct block *block, int comma) in parse_exp_1() argument1028 lexptr = *stringptr; in parse_exp_1()1084 *stringptr = lexptr; in parse_exp_1()
1978 del_string(stringptr) in del_string() argument1979 struct shared_string *stringptr; in del_string()1981 if (stringptr) {1982 if (!(--(stringptr->linkcount))) {1983 free((char *) stringptr);
1648 @code{stringptr}. @xref{Strings}.