Searched refs:quot (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libpp/
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.c592 int quot; local
759 quot = c;
780 if (c == quot)
/ast/src/cmd/ksh93/tests/
H A Dbuiltins.sh277 if [[ $(printf '%H\n' $'<>"& \'\tabc') != '&lt;&gt;&quot;&amp;&nbsp;&apos;&#9;abc' ]]
280 if [[ $(printf '%(html)q\n' $'<>"& \'\tabc') != '&lt;&gt;&quot;&amp;&nbsp;&apos;&#9;abc' ]]
/ast/src/lib/libtksh/tcl/
H A DtclExpr.c1099 long divisor, quot, rem;
1126 quot = valuePtr->intValue / divisor;
1130 quot -= 1;
1135 valuePtr->intValue = (operator == DIVIDE) ? quot : rem;
1096 long divisor, quot, rem; local
/ast/src/cmd/INIT/
H A Dproto.c2858 int quot; local
3025 quot = c;
3046 if (c == quot)

Completed in 34 milliseconds