HomeSort by: relevance | last modified time | path
    Searched refs:incomment (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/tradcpp/dist/
output.c 42 static bool incomment = false; variable
113 if (!incomment) {
119 incomment = true;
125 if (incomment) {
131 incomment = false;
138 if (incomment) {
154 if (!incomment || mode.output_retain_comments) {
directive.c 64 bool incomment = false; local
70 if (incomment) {
73 incomment = false;
77 incomment = true;
645 bool incomment; local
649 incomment = 0;
652 if (incomment) {
659 incomment = true;
663 if (incomment) {
664 incomment = false
    [all...]
files.c 127 int incomment = 0; local
132 if (incomment) {
135 incomment = 0;
140 incomment = 1;
  /src/external/ibm-public/postfix/dist/mantools/
fixman 183 $incomment = 1;
191 $incomment = 0;
196 if (!$incomment) {
202 $incomment = 2;
206 if ($incomment == 2 && /^(\/\*|#) +\.IP ""/) {
215 if ($incomment == 2 && /^(\/\*|#) +\.RS/) {
227 if ($incomment == 2 && /^(\/\*|#) +\.IP +"?\\fB([a-zA-Z0-9_]+)( +\((.*)\))?/) {
235 if ($incomment == 2 && /^(\/\*|#) +\.IP +"?\\fI([a-zA-Z0-9_]+)\\fB([a-zA-Z0-9_]+)( +\((.*)\))?/) {
243 if ($incomment == 2 && /^(\/\*|#) +([A-Z][A-Z][A-Z]+|\.[A-Z][A-Z])/) {
245 $incomment = 0 if /^(\/\*|#) +(SEE +ALSO|README +FILES|LICENSE|AUTHOR)/
    [all...]
  /src/usr.bin/unifdef/
unifdef.c 233 static Comment_state incomment; /* comment parser state */ variable
504 if (incomment)
600 wascomment = incomment;
609 if (!incomment && linestate == LS_HASH) {
653 if (retval != LT_PLAIN && (wascomment || incomment)) {
655 if (incomment)
664 comment_name[incomment], linestate_name[linestate]);
846 * global variable incomment, and we also adjust the global variable
863 else switch (incomment) {
866 incomment = STARTING_COMMENT
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dmacro.d 326 uint incomment = 0;
344 if (!inexp && !instring && !incomment && parens == 1)
362 if (!inexp && !instring && !incomment)
366 if (!inexp && !instring && !incomment && --parens == 0)
373 if (!inexp && !incomment && intag)
382 if (!inexp && !instring && !incomment)
386 incomment = 1;
398 if (!inexp && !instring && incomment && v + 2 < end && p[v + 1] == '-' && p[v + 2] == '>')
400 incomment = 0;

Completed in 16 milliseconds