Home
last modified time | relevance | path

Searched refs:DIGITS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4y.y38 %term DIGITS
77 | DIGITS = { $$ = evalval; }
147 return (DIGITS); in yylex()
H A Dm4y_xpg4.y38 %term DIGITS
81 | DIGITS = { $$ = evalval; }
153 return (DIGITS); in yylex()
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c189 s_mp_copy(DIGITS(from), DIGITS(mp), USED(from)); in mp_init_copy()
231 s_mp_copy(DIGITS(from), DIGITS(to), USED(from)); in mp_copy()
246 DIGITS(to) = tmp; in mp_copy()
302 if(DIGITS(mp) != NULL) { in mp_clear()
307 DIGITS(mp) = NULL; in mp_clear()
936 DIGITS(&tmp) = 0; in mp_sqr()
1027 DIGITS(&qtmp) = 0; in mp_div()
1028 DIGITS(&rtmp) = 0; in mp_div()
1029 DIGITS(&btmp) = 0; in mp_div()
2807 DIGITS(mp) = tmp; in s_mp_grow()
[all …]
H A Dmpi.h375 #define DIGITS(MP) MP_DIGITS(MP) macro
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c55 #define DIGITS "0123456789" macro
556 if (strcspn(lp_tz, DIGITS) < len_tz) { in get_timezones_by_country()