Searched defs:l_idchars (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vgrind/
H A Dretest.c14 char *l_idchars = "_"; /* characters legal in identifiers in addition variable
H A Dvfontedpr.c117 char *l_idchars; /* characters legal in identifiers in addition variable
305 l_idchars = tgetstr ("id", &cp);
307 if (l_idchars == NIL)
308 l_idchars = "_";
427 #define isidchr(c) (isalnum(c) || ((c) != NIL && strchr(l_idchars, (c)) != NIL))

Completed in 84 milliseconds