Home
last modified time | relevance | path

Searched refs:tmp_flag (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c249 unsigned int tmp_flag; in reduce() local
264 tmp_flag = exp_op->flag; in reduce()
270 (*nexp)->flag = tmp_flag; in reduce()
281 tmp_flag = exp1->flag; in reduce()
287 (*nexp)->flag = tmp_flag; in reduce()
316 tmp_flag = exp1->flag; in reduce()
320 (*nexp)->flag = tmp_flag; in reduce()
461 unsigned int flag, ftype, fprio, fopnum, tmp_flag; in plural_expr() local
615 tmp_flag = exp_op->flag; in plural_expr()
618 exp->flag = tmp_flag; in plural_expr()
[all …]
/titanic_41/usr/src/stand/lib/inet/
H A Dipv4.c347 uint8_t tmp_flag; in ipv4_route() local
363 tmp_flag = (uint8_t)RT_UNUSED; in ipv4_route()
364 if ((index = find_route(&tmp_flag, NULL, NULL)) == -1) { in ipv4_route()