Home
last modified time | relevance | path

Searched refs:direction_unit (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.y66 %type <obj> direction_unit
236 : direction_unit
241 | direction_unit_list direction_unit
249 direction_unit
253 $$ = direction_unit($1, NULL, &($2), NULL);
259 $$ = direction_unit($1, NULL, NULL, $2);
265 $$ = direction_unit(NULL, $1, &($2), NULL);
271 $$ = direction_unit(NULL, $1, NULL, $2);
276 $$ = direction_unit(NULL, NULL, &($2), NULL);
282 $$ = direction_unit(NULL, NULL, NULL, $2);
H A Ditm_util.h44 itmc_obj_t *direction_unit(itmc_ref_t *, itm_data_t *,
H A Ditm_util.c113 direction_unit( in direction_unit() function