Home | History | Annotate | Download | only in gas

Lines Matching defs:what

449   char *what ();
482 p = hash_find (h, name = what ("symbol"));
496 printf ("s say what %% of table is used\n");
501 p = hash_insert (h, name = what ("symbol"), value = what ("value"));
509 p = hash_jam (h, name = what ("symbol"), value = what ("value"));
521 p = hash_replace (h, name = what ("symbol"), value = what ("value"));
533 p = hash_delete (h, name = what ("symbol"));
544 what (description)
569 /* Determine number: what hash table to use.
577 printf (" what hash table (%d:%d) ? ", 0, TABLES - 1);