Searched refs:lastword (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/TimeZoneData-62/
H A Dmakefile61 ln -sf $(notdir $(lastword $(wildcard $(SRCROOT)/tzdata*.tar.gz))) latest_tzdata.tar.gz; \
62 ln -sf $(notdir $(lastword $(wildcard $(SRCROOT)/tzcode*.tar.gz))) latest_tzcode.tar.gz;);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.sched.c192 struct wordent cmd, *nextword, *lastword; local
221 lastword = &cmd;
226 lastword->next = nextword;
227 nextword->prev = lastword;
228 lastword = nextword;
230 lastword->next = &cmd;
231 cmd.prev = lastword;
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dccomplete.vim13 let lastword = -1
18 if lastword == -1
19 let lastword = start
23 if lastword == -1
24 let lastword = start
49 if lastword == -1
53 let s:prepended = strpart(line, start, lastword - start)
54 return lastword
H A Dsqlcomplete.vim136 let lastword = -1
160 " If lastword has already been set for column completion
163 if lastword != -1 && compl_type == 'column'
169 if lastword == -1 && compl_type == 'column' && begindot == 1
170 let lastword = start
174 if lastword == -1 &&
177 let lastword = start
188 if lastword == -1
192 let s:prepended = strpart(line, start, lastword - start)
193 return lastword
[all...]
H A Dsyntaxcomplete.vim98 let lastword = -1
105 let lastword = a:findstart
113 if lastword == -1
/macosx-10.10.1/CPAN-56/
H A DGNUmakefile22 SrcDir := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
/macosx-10.10.1/perl-103/
H A DMakefile19 SrcDir := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dexecute_cmd.c2771 WORD_LIST *words, *lastword; local
2944 for (lastword = words; lastword->next; lastword = lastword->next)
2946 lastarg = lastword->word->word;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmake.vim66 syn match makeStatement contained "(\(subst\|abspath\|addprefix\|addsuffix\|and\|basename\|call\|dir\|error\|eval\|filter-out\|filter\|findstring\|firstword\|flavor\|foreach\|if\|info\|join\|lastword\|notdir\|or\|origin\|patsubst\|realpath\|shell\|sort\|strip\|suffix\|value\|warning\|wildcard\|word\|wordlist\|words\)\>"ms=s+1

Completed in 205 milliseconds