Searched refs:GLOB (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/bin/pax/
H A Dpat_rep.h49 #define GLOB 0x2 macro
H A Dpat_rep.c174 rep->flgs |= GLOB;
963 } while (pt->flgs & GLOB);
/freebsd-11-stable/contrib/tcsh/
H A Dtw.h85 PRINT_HELP, SPELL, GLOB, GLOB_EXPAND, VARS_EXPAND, PATH_NORMALIZE, enumerator in enum:__anon40
H A Dtw.parse.c383 case GLOB:
396 if (command == GLOB)
H A Ded.inputl.c502 if (tenematch(InputBuf, Cursor - InputBuf, GLOB) < 0)
/freebsd-11-stable/usr.bin/less/
H A Ddefines.h74 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
78 #define GLOB (!SECURE) macro
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c4959 ** [GLOB] operators.</dd>)^
5114 ** or [GLOB] operator or if the parameter is compared to an indexed column
9957 ** string X matches the [GLOB] pattern P.
9958 ** ^The definition of [GLOB] pattern matching used in
9959 ** [sqlite3_strglob(P,X)] is the same as for the "X GLOB P" operator in the
13536 ** Maximum length (in bytes) of the pattern in a LIKE or GLOB
18241 #define EP_InfixFunc 0x000080 /* True for an infix function: LIKE, GLOB, etc */
[all...]

Completed in 587 milliseconds