Searched refs:qstring (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/zsh-61/zsh/Functions/VCS_Info/
H A DVCS_INFO_quilt89 local patches pc tmp qstring root
164 zstyle -s "${context}" patch-format qstring || qstring="%p (%n applied)"
166 zstyle -s "${context}" nopatch-format qstring || qstring="no patch applied"
170 if VCS_INFO_hook 'set-patch-format' ${qstring}; then
171 zformat -f qstring "${qstring}" "p:${hook_com[applied]}" "u:${hook_com[unapplied]}" \
174 qstring=${hook_com[patch-replace]}
180 VCS_INFO_formats '' '' "${root}" '' '' '' "${qstring}"
[all...]
/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_autoindex.c2015 const char *qstring; local
2079 qstring = NULL;
2086 qstring = r->args;
2088 while (qstring && *qstring) {
2091 if ( qstring[0] == 'C' && qstring[1] == '='
2092 && qstring[2] && strchr(K_VALID, qstring[2])
2093 && ( qstring[
[all...]
H A Dmod_autoindex.c.orig2015 const char *qstring;
2079 qstring = NULL;
2086 qstring = r->args;
2088 while (qstring && *qstring) {
2091 if ( qstring[0] == 'C' && qstring[1] == '='
2092 && qstring[2] && strchr(K_VALID, qstring[2])
2093 && ( qstring[
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_rimap.c145 /* FUNCTION: qstring */
152 qstring (
209 /* END FUNCTION: qstring */
428 qlogin = qstring(login); /* quote login */
429 qpass = qstring(password); /* quote password */
436 syslog(LOG_WARNING, "auth_rimap: qstring(login) == NULL");
445 syslog(LOG_WARNING, "auth_rimap: qstring(password) == NULL");
150 qstring ( function
/macosx-10.10.1/awk-20/src/
H A Dmain.c163 *FS = qstring(fs, '\0');
H A Dproto.h113 extern char *qstring(const char *, int);
H A Dlib.c246 p = qstring(p, '\0');
H A Dtran.c418 char *qstring(const char *is, int delim) /* collect string up to next delim */ function
426 FATAL( "out of space in qstring(%s)", s);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dlivescript.js142 next: 'qstring'
235 qstring: [
/macosx-10.10.1/zsh-61/zsh/Functions/VCS_Info/Backends/
H A DVCS_INFO_get_data_hg222 if VCS_INFO_hook 'set-patch-format' ${qstring}; then
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dcompcore.c1100 int found = 0, qstring = 0; local
1127 qstring = (*p == Qstring);
1163 if ((qstring ? skipparens('(', ')', &b) :

Completed in 161 milliseconds