Searched +refs:term +refs:log +refs:buffer (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A DMakefile1409 buffer.c \
1451 term.c \
1490 objects/buffer.o \
1535 objects/term.o \
1554 buffer.pro \
1599 term.pro \
1665 # - Use sed to change ./config.log to auto/config.log in the configure script.
1672 # - Uses ">config.log" instead of "./config.log"
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dcalccard.tex314 \wkey{grab region from a buffer}{\calcprefix g}
315 \wkey{grab rectangle from a buffer}{\calcprefix r}
319 \wkey{yank data to a buffer}{\calcprefix y}
414 \key{ln, log${}_{\scriptscriptstyle 10}$, log${}_b$}{L\, H L\, B}
626 \key{commute term leftward, rightward}{j L\, j R}
628 \key{isolate selected term in equation}{j I}
629 \key{negate, invert term in context}{j N\, j \&}
630 \key{rewrite selected term}{j r}
641 \key{set log v
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCompile.c1155 if (parse.term == (script + numBytes)) {
1191 if (parse.term == parse.commandStart + commandLength - 1) {
1311 goto log;
1356 goto log;
1420 if (nested && (*parse.term == ']')) {
1465 if (parse.term == parse.commandStart + commandLength - 1) {
1476 log:
1533 char buffer[TCL_UTF_MAX];
1587 buffer);
1588 Tcl_DStringAppend(&textBuffer, buffer, lengt
1523 char buffer[TCL_UTF_MAX]; local
2147 char buffer[200]; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/
H A DChanges32 * (ms) Skipped log file recreation test on Win32 as it won't remove
66 will log it only if the log level conditions are met.
174 to accomodate the need for a single buffer reset.
179 passed to the log() function, which stores the completely
333 a new log file (suggested by Steven Lembark).
374 * (ms) Added log level TRACE (lets through even more messages
435 newly created log files.
443 newsyslog and log files being removed by external apps.
470 decreased log level
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dprogress.vim83 syn keyword ProgressReserved stream-io string-xref system-dialog table term term[inal] text text-cursor text-seg[-growth] this-procedure time title
134 syn keyword ProgressOperator border-right-pix[els] border-t[op] border-t[op-chars] border-top-pixel[s] both bottom box box-select[able] browse browse-header buffer buffer-chars buffer-lines
157 syn keyword ProgressOperator load-mouse-point[er] load-small-icon log logical lookahead lower lt manual-highlight margin-extra margin-height margin-height-ch[ars] margin-height-pi[xels] margin-width
185 syn keyword ProgressType var[iable] log[ical] da[te]
H A Dvim.vim30 syn keyword vimOption contained al antialias autochdir background balloondelay bexpr bk bs casemap cf cink cmdheight colorcolumn completefunc copyindent cryptmethod cspc cul def diff display edcompatible endofline errorformat fcl fdm fex filetype fo foldlevelstart formatexpr ft gfw gtt guipty hh hkmap ic imc imsearch indentkeys isf isprint km lbr list lsp makeprg maxmem mh mmp more mouses mzq nuw opfunc patchexpr pfn popt printfont pumheight redrawtime rightleft rtp sbo scrolljump sel shell shelltype showbreak si smartcase softtabstop spelllang sps sta su swb syntax tagbsearch tb term textwidth timeoutlen tm tr ttm ttyscroll udir updatecount vdir viewdir wa wd wi wildmode winfixwidth wiw wrap writedelay
74 syn keyword vimFuncName contained acos argc asin browse buflisted bufnr byteidx changenr clearmatches complete_add copy count deepcopy diff_filler escape executable expand feedkeys filter float2nr fnameescape foldclosedend foldtextresult garbagecollect getbufvar getcmdline getcwd getfsize getline getpid getreg gettabwinvar getwinvar has hasmapto histget hlID indent inputdialog inputsave isdirectory join libcall line2byte log maparg matchadd matchend max mkdir mzeval nr2char pow printf range reltime remote_expr remote_peek remote_send rename resolve round searchdecl searchpairpos server2client setbufvar setline setmatches setqflist settabvar setwinvar simplify sinh soundfold spellsuggest sqrt str2nr strdisplaywidth stridx strlen strridx strwidth substitute synID synIDtrans system tabpagenr tagfiles tan tempname toupper trunc undofile values visualmode wincol winline winrestcmd winsaveview writefile
202 syn keyword vimUserAttrbCmplt contained augroup buffer command dir environment event expression file function help highlight mapping menu option shellcmd something tag tag_listfiles var
325 syn match vimMapMod contained "\c<\(buffer\|expr\|\(local\)\=leader\|plug\|script\|sid\|unique\|silent\)\+>" contains=vimMapModKey,vimMapModErr skipwhite nextgroup=vimMapMod,vimMapLhs
329 syn keyword vimMapModKey contained buffer expr leader localleader plug script sid silent unique
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclBasic.c242 { "log", ExprUnaryFunc, (ClientData) log },
908 char buffer[32 + TCL_INTEGER_SPACE];
912 sprintf(buffer, "Assoc Data Key #%d", *assocDataCounterPtr);
919 hPtr = Tcl_CreateHashEntry(iPtr->assocData, buffer, &isNew);
3945 * error log: generate it now. Do not worry too much about doing
4413 if (parsePtr->term ==
4478 * Generate and log various pieces of error information.
4492 if (parsePtr->term == parsePtr->commandStart + commandLength - 1) {
5830 * just starting to log a
905 char buffer[32 + TCL_INTEGER_SPACE]; local
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/macosx/
H A Dconfigure990 exec 5>config.log
1098 # config.log. We remove comments because anyway the quotes in there
1103 # Save into config.log some information that might help in debugging.
1748 See \`config.log' for more details." >&5
1750 See \`config.log' for more details." >&2;}
1838 See \`config.log' for more details." >&5
1840 See \`config.log' for more details." >&2;}
1868 See \`config.log' for more details." >&5
1871 See \`config.log' for more details." >&2;}
1911 See \`config.log' fo
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A Dconfigure990 exec 5>config.log
1098 # config.log. We remove comments because anyway the quotes in there
1103 # Save into config.log some information that might help in debugging.
1740 See \`config.log' for more details." >&5
1742 See \`config.log' for more details." >&2;}
1830 See \`config.log' for more details." >&5
1832 See \`config.log' for more details." >&2;}
1860 See \`config.log' for more details." >&5
1863 See \`config.log' for more details." >&2;}
1903 See \`config.log' fo
[all...]

Completed in 240 milliseconds