Searched defs:quot (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libpp/common/ |
H A D | pplex.c | 185 int quot; local 876 quot = c; 884 if ((quot = c) == '<') 893 quot = '>'; 905 if (c != quot) 931 if (c == '\n' && quot == '\'' && (pp.option & STRINGSPAN)) n = 0; 937 switch (quot) 973 error(m, "%s in %c quote", pptokchr(c), quot); 979 PUTCHR(quot); 984 c = quot; [all...] |
H A D | ppproto.c | 562 int quot; local 729 quot = c; 750 if (c == quot)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | FTP.pm | 168 sub quot subroutine 1623 =item quot (CMD [,ARGS])
|
/osnet-11/usr/src/common/mpi/ |
H A D | mpi.c | 3561 mp_int quot; local 3585 MP_DIGITS(") = 0; 3587 MP_CHECKOK( mp_init_size(", USED(mp), FLAG(mp)) ); 3600 s_mp_lshd(", 1); 3601 DIGIT(", 0) = (mp_digit)q; 3613 MP_DIGIT(", 0) = d; 3614 MP_CHECKOK( s_mp_norm(&rem, ", &norm) ); 3617 MP_DIGIT(", 0) = 0; 3633 MP_CHECKOK( s_mp_lshd(", 1) ); 3634 DIGIT(", 4385 s_mp_div(mp_int *rem, mp_int *div, mp_int *quot) argument [all...] |
Completed in 42 milliseconds