value 128 gozilla/gozilla.c char *name, *value; value 150 gozilla/gozilla.c value = p; value 155 gozilla/gozilla.c if (ent->value) value 156 gozilla/gozilla.c (void)free(ent->value); value 157 gozilla/gozilla.c ent->value = check_strdup(value); value 173 gozilla/gozilla.c return ent ? ent->value : NULL; value 109 htags/assoc.c assoc_put(ASSOC *assoc, const char *name, const char *value) value 113 htags/assoc.c dbop_put(assoc->dbop, name, value); value 706 htags/common.c /* value 708 htags/common.c */ value 714 htags/common.c /* value 716 htags/common.c */ value 722 htags/common.c /* value 724 htags/common.c */ value 730 htags/common.c /* value 740 htags/common.c if (type) value 741 htags/common.c strbuf_sprintf(sb, " type='%s'", type); value 396 htags/htags.c const char *value; value 424 htags/htags.c tab[0].value = gen_page_begin("Result", SUBDIR); value 425 htags/htags.c tab[1].value = gen_page_end(); value 475 htags/htags.c for (q = tab[i].value; *q; q++) { value 74 htags/incop.c data = entry->value; value 87 htags/incop.c entry->value = data; value 103 htags/incop.c return entry ? entry->value : NULL; value 115 htags/incop.c return entry ? entry->value : NULL; value 127 htags/incop.c return entry ? entry->value : NULL; value 1877 libglibc/regex.c #define FREE_STACK_RETURN(value) \ value 1878 libglibc/regex.c return (free (compile_stack.stack), value) value 420 libutil/gtagsop.c if (entry->value == NULL) value 421 libutil/gtagsop.c entry->value = varray_open(sizeof(int), 100); value 422 libutil/gtagsop.c lno = varray_append((VARRAY *)entry->value); value 585 libutil/gtagsop.c if (entry->value == NULL) { value 589 libutil/gtagsop.c entry->value = strhash_strdup(gtop->path_hash, cp, 0); value 604 libutil/gtagsop.c gtop->path_array[i++] = entry->value; value 728 libutil/gtagsop.c VARRAY *vb = (VARRAY *)entry->value; value 127 libutil/strhash.c entry->value = NULL; value 28 libutil/strhash.h void *value; /* value: user structure */