Searched refs:Key_t (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/dsslib/merge/
H A Dmerge.c38 struct Key_s; typedef struct Key_s Key_t; typedef in typeref:struct:Key_s
51 Key_t* next;
64 Key_t* keys;
77 Key_t* kp;
110 register Key_t* kp;
145 Key_t* key;
146 Key_t* lastkey;
147 Key_t* keys;
169 if (!(key = vmnewof(vm, 0, Key_t, 1, 0)))
/ast/src/lib/libast/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))
/ast/src/lib/libcmd/
H A Dchgrp.c128 } Key_t; typedef in typeref:struct:Key_s
133 Key_t key; /* key */
134 Key_t to; /* map to these */
157 getids(register char* s, char** e, Key_t* key, int options)
239 Key_t keys[3];
240 Key_t key;
287 mapdisc.size = sizeof(Key_t);
/ast/src/cmd/std/
H A Dps.c186 } Key_t; typedef in typeref:struct:Key_s
221 Key_t* fields; /* format field list */
224 Key_t* lastfield; /* end of format list */
238 static Key_t keys[] =
565 register Key_t* kp;
574 if (!(kp = (Key_t*)dtmatch(state.keys, fp->t_str)))
581 if (!(kp = newof(0, Key_t, 1, strlen(fp->t_str) + 1)))
828 register Key_t* kp;
1124 register Key_t* kp;
1321 register Key_t* k
[all...]
H A Ddf.c137 } Key_t; typedef in typeref:struct:__anon227
155 static Key_t keys[] =
396 register Key_t* kp;
401 if (!(kp = (Key_t*)dtmatch(state.keys, fp->t_str)))
408 if (!(kp = newof(0, Key_t, 1, strlen(fp->t_str) + 1)))
667 Key_t* kp;
690 keydisc.key = offsetof(Key_t, name);
692 keydisc.link = offsetof(Key_t, hashed);
724 if (!(kp = (Key_t*)dtmatch(state.keys, opt_info.arg)))
728 if (!(kp = newof(0, Key_t,
[all...]
H A Dls.c320 } Key_t; typedef in typeref:struct:__anon230
362 static Key_t keys[] =
470 register Key_t* kp;
492 if (!(kp = (Key_t*)hashget(state.keys, fp->t_str)))
499 if (!(kp = newof(0, Key_t, 1, 0)))
1319 Key_t* kp;
1550 if (!(kp = (Key_t*)hashget(state.keys, opt_info.arg)))
1554 if (!(kp = newof(0, Key_t, 1, 0)))
1637 if (kp = (Key_t*)hashget(state.keys, "name"))
/ast/src/cmd/dsslib/flat/
H A Dflat.c61 struct Key_s; typedef struct Key_s Key_t; typedef in typeref:struct:Key_s
134 Key_t* next; /* ambiguous key link */
298 Key_t* k;
505 if (k = (Key_t*)dtmatch(r->table->dict, u))
1192 t->disc.link = offsetof(Key_t, link);
1193 t->disc.key = offsetof(Key_t, name);
1226 register Key_t* k;
1227 register Key_t* q;
1241 for (k = (Key_t*)dtfirst(tab->dict); k; k = (Key_t*)dtnex
[all...]
/ast/src/lib/libpp/
H A Dppproto.c66 } Key_t; typedef in typeref:struct:Key_s
190 static const Key_t pragmas[] =
198 static const Key_t notices[] =
/ast/src/cmd/coshell/
H A Devent.c143 struct Key_s; typedef struct Key_s Key_t; typedef in typeref:struct:Key_s
/ast/src/cmd/INIT/
H A Dproto.c1295 } Key_t; typedef in typeref:struct:Key_s
1332 static const Key_t pragmas[] =
1340 static const Key_t notices[] =

Completed in 51 milliseconds