Lines Matching refs:val
406 char *val; local
409 val = def;
410 while (isalnum(*val) || *val == '_')
411 val++;
412 if (*val)
413 *val++ = '\0';
414 while (*val == ' ' || *val == '\t')
415 val++;
417 if (!*val)
418 val = "1";
419 hash_define( def, val, symbols );
496 void hash_define( name, val, symbols ) in hash_define() argument
497 char *name, *val; in hash_define()
527 it->p_value = copy( val );
532 it->p_value = copy( val );
546 it->p_next->p_value = copy( val );