Lines Matching defs:sg
107 StringGroup *sg; /* The memory used to record the names of files */
126 char *dir; /* The directory pathname (stored in pc->sg) */
191 * in mem->sg and recording pointers to these names in mem->files[].
730 cm->sg = NULL;
737 cm->sg = _new_StringGroup(_pu_pathname_dim());
738 if(!cm->sg)
767 cm->sg = _del_StringGroup(cm->sg);
792 _clr_StringGroup(cm->sg);
843 node->dir = _sg_store_string(pc->abs_mem->sg, dirname, 0);
851 * in node->mem->sg and appending pointers to these names to the
875 * in mem->sg and append pointers to them to the mem->files[] array.
916 copy = _sg_store_string(mem->sg, pc->path->name, 0);