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

  /src/usr.bin/unifdef/
unifdef.c 233 static Comment_state incomment; /* comment parser state */ variable in typeref:typename:Comment_state
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...]
unifdef.c 233 static Comment_state incomment; /* comment parser state */ variable in typeref:typename:Comment_state
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...]
unifdef.c 233 static Comment_state incomment; /* comment parser state */ variable in typeref:typename:Comment_state
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...]

Completed in 33 milliseconds