Searched refs:al (Results 1 - 9 of 9) 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/libvgraph/
H A Dvgraph.h135 /* return the data associated with algorithm 'al' for the given object */
136 #define grdtnode(oo,al) \
137 ((_Grnode(oo)->data && _Grnode(oo)->data->algo == (al)) ? _Grnode(oo)->data : \
138 _grdata(&_Grnode(oo)->data, (al), GR_NODE) )
139 #define grdtedge(oo,al) \
140 ((_Gredge(oo)->data && _Gredge(oo)->data->algo == (al)) ? _Gredge(oo)->data : \
141 _grdata(&_Gredge(oo)->data, (al), GR_EDGE) )
142 #define grdtgraph(oo,al) \
143 ((_Grgraph(oo)->data && _Grgraph(oo)->data->algo == (al)) ? _Grgraph(oo)->data : \
144 _grdata(&_Grgraph(oo)->data, (al), GR_GRAP
[all...]
/ast/src/lib/libast/port/
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...]
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...]
/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h201 #define KPVALIGN(vm,sz,al,func) (func((vm),(sz),(al),1) )
/ast/src/cmd/html/
H A Dmm2html.sh1476 '') type[++lists]=.al
1481 type[++lists]=.al
1488 ?*) type[++lists]=.al
2366 .al) : ignore $op
2643 type[++lists]=.al
H A Dmm2twiki.sh853 '') type[++lists]=.al
857 type[++lists]=.al
866 ?*) type[++lists]=.al
1275 .al) : ignore $op
H A Dmm2bb.sh932 '') type[++lists]=.al
936 type[++lists]=.al
951 ?*) type[++lists]=.al
1421 .al) : ignore $op
/ast/src/cmd/mam/
H A Dshmam.awk1376 function notonlist(s, list, nlist, al, arr, i,n)
1389 al["1"] = al["1"] " " list[i]

Completed in 30 milliseconds