Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/geniconvtbl/
H A Ditm_comp.y68 %type <obj> direction_unit
238 : direction_unit
243 | direction_unit_list direction_unit
251 direction_unit
255 $$ = direction_unit($1, NULL, &($2), NULL);
261 $$ = direction_unit($1, NULL, NULL, $2);
267 $$ = direction_unit(NULL, $1, &($2), NULL);
273 $$ = direction_unit(NULL, $1, NULL, $2);
278 $$ = direction_unit(NULL, NULL, &($2), NULL);
284 $$ = direction_unit(NULL, NULL, NULL, $2);
H A Ditm_util.h46 itmc_obj_t *direction_unit(itmc_ref_t *, itm_data_t *,
H A Ditm_util.c113 direction_unit( in direction_unit() function