Searched refs:looking (Results 1 - 25 of 67) sorted by relevance

123

/macosx-10.10.1/tcsh-65/tcsh/
H A Dtw.comp.c271 int looking; local
280 looking = TW_COMPLETION;
283 looking = TW_SIGNAL;
286 looking = TW_ALIAS;
289 looking = TW_BINDING;
292 looking = TW_COMMAND;
295 looking = TW_PATH | TW_COMMAND;
298 looking = TW_DIRECTORY;
301 looking = TW_PATH | TW_DIRECTORY;
304 looking
456 tw_complete(const Char *line, Char **word, Char **pat, int looking, eChar *suf) argument
[all...]
H A Dtw.spell.c41 spell_me(struct Strbuf *oldname, int looking, Char *pat, eChar suf) argument
76 * Don't tell t_search we're looking for cmd if no '/' in the name so
79 /* (*should* say "looking for directory" whenever '/' is next...) */
81 looking == TW_COMMAND && (foundslash || *old != '/') ?
82 TW_COMMAND : looking, 1, pat, suf);
H A Dtw.parse.c168 int looking; /* what we are looking for */ local
229 looking = starting_a_command(qline.s + word - 1, qline.s) ?
238 xprintf(CGETS(30, 1, "starting_a_command %d\n"), looking);
253 if ((looking == TW_COMMAND || looking == TW_ZERO) &&
259 xprintf(CGETS(30, 2, "complete %d "), looking);
262 looking = tw_complete(qline.s + cmd_start, &p, &pat, looking, &suf);
265 xprintf(CGETS(30, 3, "complete %d %S\n"), looking, pa
902 tw_collect_items(COMMAND command, int looking, struct Strbuf *exp_dir, struct Strbuf *exp_name, Char *target, const Char *pat, int flags) argument
1194 tw_suffix(int looking, const Char *exp_dir, Char *exp_name) argument
1253 tw_fixword(int looking, struct Strbuf *word, Char *dir, Char *exp_name) argument
1297 tw_collect(COMMAND command, int looking, struct Strbuf *exp_dir, struct Strbuf *exp_name, Char *target, Char *pat, int flags, DIR *dir_fd) argument
1355 tw_list_items(int looking, int numitems, int list_max) argument
1462 t_search(struct Strbuf *word, COMMAND command, int looking, int list_max, Char *pat, eChar suf) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dregextst.h55 virtual UBool doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
56 virtual UBool doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line);
H A Dregextst.cpp363 #define REGEX_TESTLM(pat, text, looking, match) {doRegexLMTest(pat, text, looking, match, __LINE__);doRegexLMTestUTF8(pat, text, looking, match, __LINE__);}
365 UBool RegexTest::doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line) { argument
399 if (actualmatch != looking) {
426 UBool RegexTest::doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line) { argument
475 if (actualmatch != looking) {
/macosx-10.10.1/CPANInternal-159.1/Class-Factory-Util-1.7/lib/Class/Factory/
H A DUtil.pm88 subclasses for the package. It does this by looking in C<@INC> as
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A DQuick.pm104 In any case, the resultant code ends up looking like:
/macosx-10.10.1/cron-39/doc/
H A DINSTALL77 Edit your /etc/rc or /etc/rc.local, looking for the line that starts up
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A DQuick.pm54 In any case, the resultant code ends up looking like:
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpsf.vim100 " looking for a sync location.
H A Dwml.vim14 " If you are looking for the "Wireless Markup Language" syntax file,
/macosx-10.10.1/xar-254/xar/
H A DINSTALL112 to 'cpp' when 'configure' is looking for include files, so you must use
/macosx-10.10.1/vim-55/runtime/indent/
H A Dada.vim53 " prev_lnum = previous line (to start looking on)
96 " prev_lnum = previous line (to start looking on)
H A Ddtd.vim89 " We���re looking at a comment. Now, simply determine if the comment is
191 " of the listc. Otherwise, just continue with looking for the default
/macosx-10.10.1/CPANInternal-159.1/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm530 looking at the first segment, which happens to always be empty. That said, this
607 virtual path segments one at a time in sequence. The segment you are looking at
608 now is determined by the current_path_level() method; by default you are looking
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DFixDecompsNotes.txt88 middle. Before looking up a UTF16 character in the table, we first add 0x0500 to
90 UniChar is >= 0x3600, we don't bother looking in the table.
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/Package/
H A DbuildDMG.pl311 B<buildDmg> will try to determine the size by looking at the files to copy
/macosx-10.10.1/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim26 " looking for objects and for what objects we are looking for
H A Dsyntaxcomplete.vim272 " Loop through each individual part looking for the syntax
H A Dtohtml.vim275 " html_ prefix of the option for nicer looking code.
H A Dsqlcomplete.vim654 " And the table ends in a "." or we are looking for a column list
667 " We are looking for something like this:
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Docaml.vim351 " this will work if the file for which we are looking annotations has a unique name in the whole project
489 "Out: the borders of the expression we are looking for the type
/macosx-10.10.1/vim-55/runtime/
H A Dscripts.vim202 \ || (s:line1 =~ '^\* looking for ' && s:line2 =~ '^\* comparing to ')
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm1154 =item L<Tree::Binary> - If you are looking for a binary tree, this you might want to check this one out.
1182 not fit your needs, I recommend looking at these modules. Please note that
/macosx-10.10.1/rsync-45/rsync/
H A Dtech_report.tex164 starting with the entry pointed to by the hash table entry, looking

Completed in 186 milliseconds

123