Home
last modified time | relevance | path

Searched refs:s_search (Results 1 – 20 of 20) sorted by relevance

/dports/japanese/ne/ne/src/
H A Dsearch.c31 *s_search='\0'; in search_init()
55 strcpy(s_search, s_get); in op_search_getword()
125 *s_search='\0'; in op_search_in()
130 strcpy(s_search,buf); in op_search_in()
141 if (*s_search=='\0') in op_search_prev()
144 if (*s_search=='\0') in op_search_prev()
151 y=search_prev(s_search, in op_search_prev()
165 if (*s_search=='\0') in op_search_next()
168 if (*s_search=='\0') in op_search_next()
174 y=search_next(s_search, in op_search_next()
[all …]
/dports/lang/php73/php-7.3.33/ext/pcre/tests/
H A Dbug37800.phpt6 $s_search = '/1/';
11 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
18 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
/dports/www/mod_php81/php-8.1.1/ext/pcre/tests/
H A Dbug37800.phpt6 $s_search = '/1/';
11 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
18 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
/dports/lang/php80/php-8.0.15/ext/pcre/tests/
H A Dbug37800.phpt6 $s_search = '/1/';
11 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
18 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
/dports/lang/php81/php-8.1.1/ext/pcre/tests/
H A Dbug37800.phpt6 $s_search = '/1/';
11 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
18 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
/dports/lang/php74/php-7.4.27/ext/pcre/tests/
H A Dbug37800.phpt6 $s_search = '/1/';
11 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
18 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
/dports/www/mod_php73/php-7.3.33/ext/pcre/tests/
H A Dbug37800.phpt6 $s_search = '/1/';
11 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
18 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
/dports/www/mod_php74/php-7.4.27/ext/pcre/tests/
H A Dbug37800.phpt6 $s_search = '/1/';
11 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
18 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
/dports/www/mod_php80/php-8.0.15/ext/pcre/tests/
H A Dbug37800.phpt6 $s_search = '/1/';
11 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
18 $s_output = preg_replace($s_search, $s_replace, $s_string, $i_limit,
/dports/news/trn4/trn-4.0-test77/
H A Dscmd.c37 void s_search();
278 s_search(); in s_docmd()
358 s_search() in s_search() function
H A Dscmd.h17 void s_search _((void));
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/src/
H A Daddrbook_search.php278 $res = $abook->s_search($query);
280 $res = $abook->s_search($query, $backend);
H A Daddrbook_search_html.php286 $res = $abook->s_search($addrquery);
288 $res = $abook->s_search($addrquery, $backend);
/dports/textproc/bibtool/BibTool/
H A Drewrite.c80 static bool s_search _ARG((String pattern,String s));/* */
1190 static bool s_search(pattern,s) /* */ in s_search() function
1270 { ReturnIf(s_search(SymbolValue(RuleGoal(rule)),/* */
1275 { ReturnIf(s_search(SymbolValue(RuleGoal(rule)),/* */
1298 else ReturnIf(s_search(SymbolValue(RuleGoal(rule)),/* */
/dports/www/e107/e107/e107_handlers/
H A Dsearch_class.php339 $s_search = array('<br />', '[', ']');
341 $search = array_merge($t_search, $s_search);
/dports/textproc/bibtool/BibTool/Linux/
H A Dld-version-script289 s_search;
/dports/net/yate/yate-6.4.0-1/modules/qt4/
H A Dcustomtext.cpp244 static const String s_search = "search"; in setParams() local
255 else if (ns->name() == s_search) in setParams()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objects/macro/
H A DString_constraint.cpp591 string s_search, p_search; in x_DoesSingleStringMatchConstraint() local
593 … search = x_StripUnimportantCharacters(s_search, search, GetIgnore_space(), GetIgnore_punct()); in x_DoesSingleStringMatchConstraint()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objects/macro/
H A DString_constraint.cpp591 string s_search, p_search; in x_DoesSingleStringMatchConstraint() local
593 … search = x_StripUnimportantCharacters(s_search, search, GetIgnore_space(), GetIgnore_punct()); in x_DoesSingleStringMatchConstraint()
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/functions/
H A Daddressbook.php432 function s_search($expression, $bnum = -1) { function in AddressBook