Home | History | Annotate | Download | only in gen

Lines Matching defs:toprec

92 static size_t	 topreclen;	/* toprec length */
93 static char *toprec; /* Additional record specified by cgetset() */
116 if (toprec != NULL)
117 free(toprec);
118 toprec = NULL;
123 if ((toprec = malloc(topreclen + 1)) == NULL) {
130 dest = toprec;
283 if (depth == 0 && toprec != NULL && cgetmatch(toprec, name) == 0) {
288 (void)strcpy(record, toprec); /* XXX: strcpy is safe */
796 if (toprec != NULL && !gottoprec) {
798 line = toprec;