Searched defs:Key_t (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcache.c35 typedef unsigned long Key_t; typedef
87 Key_t key;
145 else if (*(Key_t*)matchstate.cache[i]->pattern == key && !strcmp(matchstate.cache[i]->pattern, pattern) && matchstate.cache[i]->reflags == reflags)
180 while (++i < sizeof(Key_t))
/osnet-11/usr/src/lib/libcmd/common/
H A Dchgrp.c124 } Key_t; typedef in typeref:struct:Key_s
129 Key_t key; /* key */
130 Key_t to; /* map to these */
167 getids(register char* s, char** e, Key_t* key, int options)
244 Key_t keys[3];
245 Key_t key;
292 mapdisc.size = sizeof(Key_t);
H A Dls.c315 } Key_t; typedef in typeref:struct:__anon1491
357 static Key_t keys[] =
463 register Key_t* kp;
485 if (!(kp = (Key_t*)hashget(state.keys, fp->t_str)))
492 if (!(kp = newof(0, Key_t, 1, 0)))
1304 Key_t* kp;
1535 if (!(kp = (Key_t*)hashget(state.keys, opt_info.arg)))
1539 if (!(kp = newof(0, Key_t, 1, 0)))
1622 if (kp = (Key_t*)hashget(state.keys, "name"))

Completed in 37 milliseconds