Searched refs:metachars (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/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[64] = ""; variable
208 metachars[num_metachars++] = *++arg;
209 metachars[num_metachars] = '\0';
212 metachars[num_metachars++] = lstrtol(++arg, 0, &s);
215 metachars[num_metachars] = '\0';
248 if (strchr(metachars, *s) != NULL)
260 if (strchr(metachars, *s) != NULL)
H A Dfilename.c119 metachars() function
139 return (strchr(metachars(), c) != NULL);
768 len = strlen(lessecho) + strlen(ofilename) + (7*strlen(metachars())) + 24;
772 for (s = metachars(); *s != '\0'; s++)

Completed in 60 milliseconds