Searched refs:startline (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dparse.cpp115 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
300 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status) argument
320 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
444 parseTransliterator(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, UErrorCode *status) argument
461 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
522 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
534 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
584 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
591 return parseUCARules(tag, startline, status);
594 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
619 parseAlias(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
868 addCollation(ParseState* state, struct SResource *result, const char *collationType, uint32_t startline, UErrorCode *status) argument
1077 parseCollationElements(ParseState* state, char *tag, uint32_t startline, UBool newCollation, UErrorCode *status) argument
1206 realParseTable(ParseState* state, struct SResource *table, char *tag, uint32_t startline, UErrorCode *status) argument
1290 parseTable(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1316 parseArray(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1410 parseIntVector(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1498 parseBinary(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1580 parseInteger(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) argument
1630 parseImport(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
1746 parseInclude(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) argument
1970 uint32_t startline; local
[all...]
/macosx-10.10.1/vim-55/src/po/
H A Dcheck.vim40 let startline = line('.') variable
62 if line('.') == startline
/macosx-10.10.1/vim-55/runtime/indent/
H A Djava.vim28 function! SkipJavaBlanksAndComments(startline)
29 let lnum = a:startline
H A Dphp.vim126 function! GetLastRealCodeLNum(startline) " {{{
128 let lnum = a:startline
/macosx-10.10.1/ncurses-44/ncurses/include/
H A Dterm_entry.h66 long startline; member in struct:entry
/macosx-10.10.1/vim-55/runtime/macros/
H A Dmatchit.vim101 let startline = line(".")
106 return s:CleanUp(restore_options, a:mode, startline, startcol)
159 let matchline = getline(startline)
164 return s:CleanUp(restore_options, a:mode, startline, startcol)
176 return s:CleanUp(restore_options, a:mode, startline, startcol)
281 return s:CleanUp(restore_options, a:mode, startline, startcol, mid.'\|'.fin)
286 fun! s:CleanUp(options, mode, startline, startcol, ...)
296 elseif (a:startline < line(".")) ||
297 \ (a:startline == line(".") && a:startcol < col("."))
643 let startline
[all...]
/macosx-10.10.1/cups-408/cups/cups/
H A Dppd.c2747 startline, /* Start line */ local
2762 startline = cg->ppd_line + 1;
2801 cg->ppd_line = startline;
2810 cg->ppd_line = startline;
2861 cg->ppd_line = startline;
2881 cg->ppd_line = startline;
2927 cg->ppd_line = startline;
2942 cg->ppd_line = startline;
2986 cg->ppd_line = startline;
3001 cg->ppd_line = startline;
[all...]
/macosx-10.10.1/apache-793/httpd/modules/lua/
H A Dmod_lua.c867 size_t startline; member in struct:cr_ctx
890 if (ctx->startline) {
891 *plen = ctx->startline > N_LF ? N_LF : ctx->startline;
892 ctx->startline -= *plen;
1023 ctx.startline = cmd->config_file->line_number;
/macosx-10.10.1/nano-12/src/
H A Dnano.c1653 ssize_t startline = 1; local
2161 parse_line_column(&argv[optind][1], &startline, &startcol);
2220 if (startline > 1 || startcol > 1)
2221 do_gotolinecolumn(startline, startcol, FALSE, FALSE, FALSE,
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dcomp_parse.c378 _nc_curr_line = qp->startline;
H A Dparse_entry.c222 entryp->startline = _nc_start_line;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dsmerge-mode.el644 (let* ((startline (string-to-number (match-string match-num1)))
646 (+ beg startline -1)
649 startline))
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_dfa_exec.c2688 BOOL utf8, anchored, startline, firstline; local
2853 startline = (re->flags & PCRE_STARTLINE) != 0;
2872 if (!startline && study != NULL &&
2945 else if (startline)
H A Dpcre_exec.c5186 BOOL startline; local
5268 startline = (re->flags & PCRE_STARTLINE) != 0;
5452 if (!startline && study != NULL &&
5532 else if (startline)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiff2ps.c439 PhotoshopBanner(FILE* fd, uint32 w, uint32 h, int bs, int nc, char* startline) argument
443 fprintf(fd, startline, nc);
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-source.cxx1940 startline; // Start line for quote local
1952 startline = 0;
2077 startline = fp->line;
2085 startline = fp->line;
2122 "of %s."), quote, startline, fp->filename);

Completed in 244 milliseconds