Home
last modified time | relevance | path

Searched refs:cimatch (Results 1 – 24 of 24) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dstringutil.h121 int cimatch(char *p, char *s);
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/parser/
H A Dinpgmod.c542 int match = cimatch(name, table[test]->name); in INPfindCard()
570 int match = cimatch(name, table[test].keyword); in INPfindParm()
/dports/databases/postgresql12-docs/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c1165 #define cimatch(s1, s2, n) \ in word_matches() macro
1199 cimatch(word, pattern, beforelen) && in word_matches()
1200 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1207 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c1165 #define cimatch(s1, s2, n) \ in word_matches() macro
1199 cimatch(word, pattern, beforelen) && in word_matches()
1200 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1207 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql12-server/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c1165 #define cimatch(s1, s2, n) \ in word_matches() macro
1199 cimatch(word, pattern, beforelen) && in word_matches()
1200 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1207 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c1165 #define cimatch(s1, s2, n) \ in word_matches() macro
1199 cimatch(word, pattern, beforelen) && in word_matches()
1200 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1207 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c1165 #define cimatch(s1, s2, n) \
1199 cimatch(word, pattern, beforelen) &&
1200 cimatch(word + wordlen - afterlen, star + 1, afterlen))
1207 cimatch(word, pattern, wordlen))
/dports/databases/postgresql12-plperl/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c1165 #define cimatch(s1, s2, n) \ in word_matches() macro
1199 cimatch(word, pattern, beforelen) && in word_matches()
1200 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1207 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql12-client/postgresql-12.9/src/bin/psql/
H A Dtab-complete.c1165 #define cimatch(s1, s2, n) \ in word_matches() macro
1199 cimatch(word, pattern, beforelen) && in word_matches()
1200 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1207 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1251 #define cimatch(s1, s2, n) \ in word_matches() macro
1285 cimatch(word, pattern, beforelen) && in word_matches()
1286 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1293 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1251 #define cimatch(s1, s2, n) \ in word_matches() macro
1285 cimatch(word, pattern, beforelen) && in word_matches()
1286 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1293 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1251 #define cimatch(s1, s2, n) \ in word_matches() macro
1285 cimatch(word, pattern, beforelen) && in word_matches()
1286 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1293 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1251 #define cimatch(s1, s2, n) \ in word_matches() macro
1285 cimatch(word, pattern, beforelen) && in word_matches()
1286 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1293 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1221 #define cimatch(s1, s2, n) \ in word_matches() macro
1255 cimatch(word, pattern, beforelen) && in word_matches()
1256 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1263 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1221 #define cimatch(s1, s2, n) \ in word_matches() macro
1255 cimatch(word, pattern, beforelen) && in word_matches()
1256 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1263 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1251 #define cimatch(s1, s2, n) \ in word_matches() macro
1285 cimatch(word, pattern, beforelen) && in word_matches()
1286 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1293 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1251 #define cimatch(s1, s2, n) \ in word_matches() macro
1285 cimatch(word, pattern, beforelen) && in word_matches()
1286 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1293 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql13-docs/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1221 #define cimatch(s1, s2, n) \ in word_matches() macro
1255 cimatch(word, pattern, beforelen) && in word_matches()
1256 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1263 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1221 #define cimatch(s1, s2, n) \
1255 cimatch(word, pattern, beforelen) &&
1256 cimatch(word + wordlen - afterlen, star + 1, afterlen))
1263 cimatch(word, pattern, wordlen))
/dports/databases/postgresql13-plpython/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1221 #define cimatch(s1, s2, n) \ in word_matches() macro
1255 cimatch(word, pattern, beforelen) && in word_matches()
1256 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1263 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1221 #define cimatch(s1, s2, n) \ in word_matches() macro
1255 cimatch(word, pattern, beforelen) && in word_matches()
1256 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1263 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql13-client/postgresql-13.5/src/bin/psql/
H A Dtab-complete.c1221 #define cimatch(s1, s2, n) \ in word_matches() macro
1255 cimatch(word, pattern, beforelen) && in word_matches()
1256 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1263 cimatch(word, pattern, wordlen)) in word_matches()
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/psql/
H A Dtab-complete.c1251 #define cimatch(s1, s2, n) \ in word_matches() macro
1285 cimatch(word, pattern, beforelen) && in word_matches()
1286 cimatch(word + wordlen - afterlen, star + 1, afterlen)) in word_matches()
1293 cimatch(word, pattern, wordlen)) in word_matches()
/dports/cad/ngspice_rework/ngspice-35/src/misc/
H A Dstring.c363 cimatch(char *p, char *s) in cimatch() function