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

/ast/src/lib/libvcodex/
H A Dvcalias.c87 Vcalias_t *al, **list; local
123 if(!(al = (Vcalias_t*)malloc(sizeof(Vcalias_t) + a+1 + (w-v)+1)) )
126 al->name = (char*)(al+1);
127 al->value = al->name + a+1;
128 memcpy(al->name, s, a); al->name[a] = 0;
129 memcpy(al->value, s+v, w-v); al
257 Vcalias_t *al; local
276 vcwalklist(Vcalias_t* al, Vcwalk_f walkf, Void_t* disc) argument
[all...]
/ast/src/lib/libast/port/
H A Dlc.c441 Lc_attribute_list_t* al; local
461 al = 0;
462 else if (al = newof(0, Lc_attribute_list_t, 1, 0))
463 al->attribute = mp->attribute;
551 al = 0;
627 al = 0;
717 ai->next = al;
718 al = ai;
727 ai->next = al;
728 al
[all...]
H A Dlcgen.c269 Attribute_list_t* al; local
534 if (!(al = newof(0, Attribute_list_t, 1, 0)))
540 lp->attributes = al;
542 az->next = al;
543 az = al;
544 al->attribute = ap;
545 al->next = 0;
592 for (al = mp->language->attributes; al; al
[all...]

Completed in 10 milliseconds