/ast/src/cmd/dsslib/merge/ |
H A D | merge.c | 38 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 D | regcache.c | 35 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 D | chgrp.c | 128 } 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 D | ps.c | 186 } 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 D | df.c | 137 } 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 D | ls.c | 320 } 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 D | flat.c | 61 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 D | ppproto.c | 66 } 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 D | event.c | 143 struct Key_s; typedef struct Key_s Key_t; typedef in typeref:struct:Key_s
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 1295 } Key_t; typedef in typeref:struct:Key_s 1332 static const Key_t pragmas[] = 1340 static const Key_t notices[] =
|