Searched defs:quot (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libpp/common/
H A Dpplex.c185 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 Dppproto.c562 int quot; local
729 quot = c;
750 if (c == quot)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm168 sub quot subroutine
1623 =item quot (CMD [,ARGS])
/osnet-11/usr/src/common/mpi/
H A Dmpi.c3561 mp_int quot; local
3585 MP_DIGITS(&quot) = 0;
3587 MP_CHECKOK( mp_init_size(&quot, USED(mp), FLAG(mp)) );
3600 s_mp_lshd(&quot, 1);
3601 DIGIT(&quot, 0) = (mp_digit)q;
3613 MP_DIGIT(&quot, 0) = d;
3614 MP_CHECKOK( s_mp_norm(&rem, &quot, &norm) );
3617 MP_DIGIT(&quot, 0) = 0;
3633 MP_CHECKOK( s_mp_lshd(&quot, 1) );
3634 DIGIT(&quot,
4385 s_mp_div(mp_int *rem, mp_int *div, mp_int *quot) argument
[all...]

Completed in 361 milliseconds