Home
last modified time | relevance | path

Searched refs:metachars (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/less/
H A Dlessecho.c22 * -ex Specifies "x" to be the escape char for metachars.
23 * -fn Specifies "x" to be the escape char for metachars, as an integer.
37 static char* metachars = NULL; variable
146 if (metachars != NULL) in add_metachar()
148 strcpy(p, metachars); in add_metachar()
149 free(metachars); in add_metachar()
151 metachars = p; in add_metachar()
153 metachars[num_metachars++] = ch; in add_metachar()
154 metachars[num_metachars] = '\0'; in add_metachar()
159 return (metachars ! in is_metachar()
[all...]
H A Dfilename.c114 static constant char * metachars(void)
132 return (strchr(metachars(), c) != NULL); in metachar()
738 len = strlen(lessecho) + strlen(filename) + (7*strlen(metachars())) + 24; in lglob()
743 for (s = metachars(); *s != '\0'; s++) in lglob()
115 static char * metachars(void) metachars() function
/freebsd/contrib/tcsh/
H A DFixes1664 45. complete styles are ignored after shell metachars eg.
2090 13. ls-F works with filenames that have metachars