Lines Matching refs:numeral

4905 	numeral_t *numeral;
4968 * no cached entry, initialize a numeral struct
4971 numeral = s_malloc(sizeof (numeral_t));
4972 numeral->id = new_id(set->headnumeral, type, min);
4973 numeral->full_path = s_strdup(devfs_path);
4974 numeral->rule_index = index;
4975 numeral->cmp_str = cmp_str;
4977 numeral->flags = 0;
4978 vprint(RSRV_MID, "%s: alloc new_id: %s numeral flags = %d\n",
4979 fcn, numeral->id, numeral->flags);
4983 numeral->next = set->headnumeral;
4984 set->headnumeral = numeral;
4986 *buf = s_strdup(numeral->id);
5039 "Attempting match with numeral ID: %s"
5040 " numeral flags = %d\n", np->id, np->flags);
5103 * list of struct numerals, ONE FOR EACH *UNIQUE* numeral or character ID
5107 * Each rmt/X will store a *single* struct numeral... ie 0, 1, 2 each get a
5108 * single struct numeral. There is no need to store more than a single logical
5119 /* linked list of numeral sets */
5128 * See if we've already cached this numeral set.
5181 * For each RE, search the "reserved" list to create numeral IDs that
5209 * numeral list.
5292 new_id(numeral_t *numeral, int type, char *min)
5307 if (numeral == NULL) {
5315 for (np = numeral; np != NULL; np = np->next) {
5337 if (numeral == NULL) {
5344 for (np = numeral; np != NULL; np = np->next) {
5623 vprint(RSRV_MID, "Attempting to create reserved numeral: %s\n",
5629 * need to make sure ONE copy of numeral_id exists on the numeral list.
5654 vprint(RSRV_MID, "Reserved numeral ID: %s\n", np->id);
5660 * numeral set's numeral list, add it and its physical path.
5681 * ONE copy of numeral_id exists on the numeral list. We only need
5690 * of the numeral is 0, since both reserved and