Searched refs:incomment (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/postfix-255/postfix/mantools/
H A Dfixman177 $incomment = 1;
185 $incomment = 0;
190 if (!$incomment) {
196 $incomment = 2;
200 if ($incomment == 2 && /^(\/\*|#) +\.IP ""/) {
209 if ($incomment == 2 && /^(\/\*|#) +\.RS/) {
221 if ($incomment == 2 && /^(\/\*|#) +\.IP +"?\\fB([a-zA-Z0-9_]+)( +\((.*)\))?/) {
229 if ($incomment == 2 && /^(\/\*|#) +([A-Z][A-Z][A-Z]+|\.[A-Z][A-Z])/) {
231 $incomment = 0 if /^(\/\*|#) +(SEE +ALSO|README +FILES|LICENSE|AUTHOR)/;
245 die "Unterminated comment\n" if $incomment;
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dsyntax.c72 int incomment; /* -1 if in unnestable comment else comment nesting */ member in struct:lisp_parse_state
713 if (state.incomment == (comnested ? 1 : -1)
719 if (state.incomment)
1900 (as defined for state.incomment) in *INCOMMENT_PTR.
2746 state.incomment = 0;
2769 state.incomment = (!NILP (tem)
2814 if (state.incomment)
2844 state.incomment = comnested ? 1 : -1;
2855 state.incomment = -1;
2862 state.incomment
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A DHTMLparser.c5053 int incomment = 0; local
5082 if ((!incomment) && (base + 4 < len) && (!iscomment)) {
5085 incomment = 1;
5106 if (incomment) {
5111 incomment = 0;
5142 if ((!incomment) && (!invalue))
5181 int incomment = 0; local
5204 if (!incomment && (base + 4 < len)) {
5207 incomment = 1;
5212 if (incomment) {
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DHTMLparser.c4978 int incomment = 0; local
5007 if ((!incomment) && (base + 4 < len) && (!iscomment)) {
5010 incomment = 1;
5031 if (incomment) {
5036 incomment = 0;
5067 if ((!incomment) && (!invalue))
5106 int incomment = 0; local
5129 if (!incomment && (base + 4 < len)) {
5132 incomment = 1;
5137 if (incomment) {
[all...]

Completed in 233 milliseconds