Home
last modified time | relevance | path

Searched refs:expr_const_int (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/common/
H A Dtree.c268 (*expr) -> op = expr_const_int;
353 (*new) -> data.substring.offset -> op = expr_const_int;
362 (*new) -> data.substring.len -> op = expr_const_int;
1094 case expr_const_int:
2197 case expr_const_int:
2360 case expr_const_int:
3020 case expr_const_int:
3089 expr -> op == expr_const_int ||
3150 case expr_const_int:
3249 case expr_const_int:
[all …]
H A Dprint.c926 case expr_const_int:
H A Dparse.c4214 (*expr) -> op = expr_const_int;
4237 (*expr) -> op = expr_const_int;
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dtree.h155 expr_const_int, enumerator
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dkeama.h217 expr_const_int, enumerator
H A Dparse.c5834 case expr_const_int: in op_context()
5918 case expr_const_int: in op_val()
6043 return expr_const_int; in expression()