Searched refs:nextval (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libnwam/common/ |
H A D | libnwam_files.c | 155 char *next = line, *prop, *nextprop, *propname, *proptypestr, *nextval; in nwam_line_to_object() local 224 while ((nextval = nwam_tokenize_by_unescaped_delim(next, in nwam_line_to_object() 229 if (strncmp(nextval, NWAM_FILE_BOOLEAN_TRUE, in nwam_line_to_object() 230 strlen(nextval)) == 0) { in nwam_line_to_object() 232 } else if (strncmp(nextval, in nwam_line_to_object() 233 NWAM_FILE_BOOLEAN_FALSE, strlen(nextval)) in nwam_line_to_object() 243 valint[nelem - 1] = (int64_t)atoll(nextval); in nwam_line_to_object() 246 valuint[nelem - 1] = (uint64_t)atoll(nextval); in nwam_line_to_object() 250 value_remove_escapes(nextval); in nwam_line_to_object()
|
/titanic_50/usr/src/cmd/oawk/ |
H A D | tran.c | 125 next = cp->nextval; in freesymtab() 157 p->nextval = tab[h]; in setsymtab() 184 for (p = tab[hash(s)]; p != NULL; p = p->nextval) in lookup()
|
H A D | awk.def | 68 struct val *nextval; /* ptr to next if chained */
|
H A D | run.c | 1009 for (cp = tp[i]; cp != NULL; cp = cp->nextval) { in instat()
|