Searched defs:white (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dlistopts.c56 const char white[] = " \t\n"; /* white space characters */ variable
619 fpat += strspn(fpat, white);
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.c361 int quoted, pairs, white; local
372 white = 0;
406 white = 1;
437 if ('\0' == *cp && (white || ' ' == cp[-1]))
/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c66 #define iswhite(arg) (_wht[arg]) /* T if char is white */
114 *white = " \f\t\n", /* white chars */ variable
293 * Every char which is NOT in that string is not a white char. Therefore,
295 * subscripted by the chars in "white" are set to TRUE. Thus "_wht"
296 * of a char is TRUE if it is the string "white", else FALSE.
310 for (sp = white; *sp; sp++)
537 } else if (midtoken == TRUE) { /* if white space omitted */

Completed in 79 milliseconds