Searched refs:search_type (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/less-23/less/
H A Dcommand.c71 static int search_type; /* The previous type of search */ variable
127 if (search_type & SRCH_FORW)
135 if (search_type & SRCH_NO_MATCH)
137 if (search_type & SRCH_FIRST_FILE)
139 if (search_type & SRCH_PAST_EOF)
141 if (search_type & SRCH_NO_MOVE)
143 if (search_type & SRCH_NO_REGEX)
146 if (search_type & SRCH_FORW)
528 search_type ^= flag;
828 if (search_type
[all...]
H A Dsearch.c387 compile_pattern2(pattern, search_type)
389 int search_type;
391 if ((search_type & SRCH_NO_REGEX) == 0)
462 last_search_type = search_type;
470 compile_pattern(pattern, search_type)
472 int search_type;
484 result = compile_pattern2(cvt_pattern, search_type);
968 search_pos(search_type)
969 int search_type;
983 if (search_type
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dexim.vim66 syn keyword eximKeyword expand file forbid_special include_domain optional queries query search_type
79 syn keyword eximKeyword host_find_failed hosts_randomize modemask owners owngroups qualify_single route_file route_list route_queries route_query search_parents search_type
/macosx-10.9.5/bind9-45.100/bind9/bin/dig/
H A Ddighost.c226 dns_rdataset_t * search_type(dns_name_t *name, dns_rdatatype_t type,
3967 search_type(dns_name_t *name, dns_rdatatype_t type, dns_rdatatype_t covers) { function
4011 rdataset = search_type(msg_name, type, covers);
5628 nsecset = search_type(nsecname, dns_rdatatype_nsec,
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm1074 my ($proto, $search_type, @args) = @_;
1089 map defined($vals[$_]) ? "$cols[$_] $search_type ?" : "$cols[$_] IS NULL",

Completed in 143 milliseconds