Searched refs:CUT (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregnexec.c118 #define CUT 2 /* no match and no backtrack */ macro
420 case CUT:
421 return CUT;
460 case CUT:
484 case CUT:
485 r = CUT;
540 case CUT:
541 return CUT;
551 case CUT:
552 return CUT;
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpinfo.vim21 syn keyword pinfoOptions MANUAL CUT-MAN-HEADERS CUT-EMPTY-MAN-LINES
/macosx-10.10.1/tcl-105/
H A DMakefile22 TCL_VERSION = $(shell $(GREP) "TCL_VERSION=" "$(TCL_SRC_DIR)/tcl/unix/configure" | $(CUT) -d '=' -f 2)
/macosx-10.10.1/tcl-105/tcl/
H A DMakefile40 Version = $(shell $(GREP) "TCL_VERSION=" "$(Configure)" | $(CUT) -d '=' -f 2)
/macosx-10.10.1/tcl-105/tcl84/
H A DMakefile45 Version = $(shell $(GREP) "TCL_VERSION=" "$(Configure)" | $(CUT) -d '=' -f 2)
/macosx-10.10.1/tcl-105/tk/
H A DMakefile32 Version = $(shell $(GREP) "TK_VERSION=" "$(Configure)" | $(CUT) -d '=' -f 2)
/macosx-10.10.1/tcl-105/tk84/
H A DMakefile37 Version = $(shell $(GREP) "TK_VERSION=" "$(Configure)" | $(CUT) -d '=' -f 2)

Completed in 111 milliseconds