Home
last modified time | relevance | path

Searched refs:comstart (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/p5-JavaScript-Squish/JavaScript-Squish-0.07/lib/JavaScript/
H A DSquish.pm508 my $comstart = $j+2;
514 $comment .= substr($lines[$i],$comstart,($k+2 - $comstart));
524 $comment .= substr($lines[$i],$comstart).$this->eol_char();
/dports/editors/emacs-devel/emacs-4d1968b/lisp/textmodes/
H A Dfill.el925 comin comstart)
929 (when (setq comstart (comment-search-forward (line-end-position) t))
931 (goto-char comstart) (skip-chars-backward " \t")
934 (if (not (and comstart
939 (buffer-substring comstart comin))))
947 (comment-string-strip (buffer-substring comstart comin) nil t))
966 (goto-char comstart)
994 (progn (setq comstart (point)) 1)
995 (progn (setq comstart (point)) 2)))))
1041 (max comstart beg) end justify nil
/dports/editors/emacs/emacs-27.2/lisp/textmodes/
H A Dfill.el914 comin comstart)
918 (when (setq comstart (comment-search-forward (line-end-position) t))
920 (goto-char comstart) (skip-chars-backward " \t")
923 (if (not (and comstart
928 (buffer-substring comstart comin))))
936 (comment-string-strip (buffer-substring comstart comin) nil t))
955 (goto-char comstart)
983 (progn (setq comstart (point)) 1)
984 (progn (setq comstart (point)) 2)))))
1030 (max comstart beg) end justify nil
/dports/shells/ksh93/ast-93u/src/lib/libpp/
H A Dpplex.c188 int comstart = 0; in ppcpp() local
292 if (!comstart) comstart = comdelim = error_info.line; in ppcpp()
312 else if (comstart && comstart != error_info.line) in ppcpp()
316 error(1, "/* appears in /* ... */ comment starting at line %d", comstart); in ppcpp()
367 if (comstart) error(2, "unterminated /* ... */ comment starting at line %d", comstart); in ppcpp()
397 …/" : "/*", tp + 2, c == '\n' ? "" : (st & HEADER) ? "*/\n" : "*/", comstart ? comstart : error_inf… in ppcpp()
399 comstart = m; in ppcpp()
401 if (comstart) in ppcpp()
404 pp.hidden += error_info.line - comstart; in ppcpp()
405 comstart = 0; in ppcpp()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libpp/
H A Dpplex.c188 int comstart = 0; in ppcpp() local
292 if (!comstart) comstart = comdelim = error_info.line; in ppcpp()
312 else if (comstart && comstart != error_info.line) in ppcpp()
316 error(1, "/* appears in /* ... */ comment starting at line %d", comstart); in ppcpp()
367 if (comstart) error(2, "unterminated /* ... */ comment starting at line %d", comstart); in ppcpp()
397 …/" : "/*", tp + 2, c == '\n' ? "" : (st & HEADER) ? "*/\n" : "*/", comstart ? comstart : error_inf… in ppcpp()
399 comstart = m; in ppcpp()
401 if (comstart) in ppcpp()
404 pp.hidden += error_info.line - comstart; in ppcpp()
405 comstart = 0; in ppcpp()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libpp/
H A Dpplex.c188 int comstart = 0; in ppcpp() local
292 if (!comstart) comstart = comdelim = error_info.line; in ppcpp()
312 else if (comstart && comstart != error_info.line) in ppcpp()
316 error(1, "/* appears in /* ... */ comment starting at line %d", comstart); in ppcpp()
367 if (comstart) error(2, "unterminated /* ... */ comment starting at line %d", comstart); in ppcpp()
397 …/" : "/*", tp + 2, c == '\n' ? "" : (st & HEADER) ? "*/\n" : "*/", comstart ? comstart : error_inf… in ppcpp()
399 comstart = m; in ppcpp()
401 if (comstart) in ppcpp()
404 pp.hidden += error_info.line - comstart; in ppcpp()
405 comstart = 0; in ppcpp()
/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dlex.c82 LOCAL char comstart[Table_size]; variable
735 else if(comstart[c & (Table_size-1)])
1294 comstart['c'] = comstart['C'] = comstart['*'] = comstart['!'] = in initkey()
1295 comstart['#'] = 1; in initkey()
1297 comstart[EOF_CHAR] = 1; in initkey()
/dports/lang/f2c/f2c-20200916/src/
H A Dlex.c88 LOCAL char comstart[Table_size]; variable
755 else if(comstart[c & (Table_size-1)])
1334 comstart['c'] = comstart['C'] = comstart['*'] = comstart['!'] = in initkey()
1335 comstart['#'] = 1; in initkey()
1337 comstart[EOF_CHAR] = 1; in initkey()
H A Dchanges2563 lex.c, change "comstart[c & 0xfff]" to "comstart[c & (Table_size-1)]"
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-mime-utils.c2848 const gchar *comstart, *comend; in header_decode_mailbox() local
2857 comstart = strchr (comment, '('); in header_decode_mailbox()
2858 if (comstart) { in header_decode_mailbox()
2859 comstart++; in header_decode_mailbox()
2862 while (comend > comstart && comend[0] != ')') in header_decode_mailbox()
2865 if (comend > comstart) { in header_decode_mailbox()
2866 d (printf (" looking at subset '%.*s'\n", comend - comstart, comstart)); in header_decode_mailbox()
2867 tmp = g_strndup (comstart, comend - comstart); in header_decode_mailbox()
/dports/editors/emacs/emacs-27.2/lisp/
H A Dnewcomment.el1473 (let* ((comstart (buffer-substring compos comin))
1477 comstart))
1515 (comment-start comstart)
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A Dnewcomment.el1503 (let* ((comstart (buffer-substring compos comin))
1507 comstart))
1545 (comment-start comstart)
/dports/math/p5-Math-Pari/pari-2.3.5/doc/
H A Dparimacro.tex463 \gdef\com{\begingroup\unverb\comstart}
464 \gdef\comstart#1^^M{\it#1\endgroup
/dports/math/pari/pari-2.13.3/doc/
H A Dparimacro.tex474 \gdef\com{\begingroup\unverb\comstart}
475 \gdef\comstart#1^^M{\it#1\endgroup
/dports/lang/kawa/kawa-3.1.1/gnu/jemacs/lisp/
H A Dsimple.el2975 (let (comcol comstart)
3017 (setq comstart
3021 (comment-start comstart)
3022 (block-comment-start comstart)
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dcom.c163 void comstart(struct tty *);
599 tp->t_oproc = comstart; in com_attach_subr()
1549 comstart(tp); in comparam()
1732 comstart(struct tty *tp) in comstart() function
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsyntax.c735 bool com2start, com2end, comstart; in back_comment() local
755 comstart = (com2start || code == Scomment); in back_comment()
769 if (from > stop && (com2end || comstart)) in back_comment()
777 if (((comstart || comnested) in back_comment()
/dports/editors/emacs/emacs-27.2/src/
H A Dsyntax.c738 bool com2start, com2end, comstart; in back_comment() local
758 comstart = (com2start || code == Scomment); in back_comment()
772 if (from > stop && (com2end || comstart)) in back_comment()
780 if (((comstart || comnested) in back_comment()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libf2c/
H A Dreadme.netlib249 lex.c, change "comstart[c & 0xfff]" to "comstart[c & (Table_size-1)]"
H A Dchanges.netlib2563 lex.c, change "comstart[c & 0xfff]" to "comstart[c & (Table_size-1)]"
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libf2c/
H A Dreadme.netlib249 lex.c, change "comstart[c & 0xfff]" to "comstart[c & (Table_size-1)]"
H A Dchanges.netlib2563 lex.c, change "comstart[c & 0xfff]" to "comstart[c & (Table_size-1)]"
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dfitschan.c15655 int comstart; /* Column in which to start comment */ in FormatCard() local
15695 comstart = AST__FITSCHAN_FITSCARDLEN - ( comlen - 2 ) + 1; in FormatCard()
15700 if ( comstart > FITSCOMCOL ) comstart = FITSCOMCOL; in FormatCard()
15701 if ( comstart < len + 2 ) comstart = len + 2; in FormatCard()
15704 while ( len < comstart - 1 ) buf[ len++ ] = ' '; in FormatCard()
/dports/biology/seqio/seqio-1.2.2/
H A Dseqio.c11929 char *s, *t, *end, *comstart, *comend; in stanford_getinfo() local
11987 for (comstart=++s; s < end && (*s != '\n' || s[1] == ';'); s++) ; in stanford_getinfo()
12000 if (comstart != comend && in stanford_getinfo()
12002 parse_comment(&info, comstart, comend, 0, 1, flag); in stanford_getinfo()
/dports/math/igraph/igraph-0.9.5/vendor/f2c/
H A Dchanges2563 lex.c, change "comstart[c & 0xfff]" to "comstart[c & (Table_size-1)]"

12