HomeSort by relevance Sort by last modified time
    Searched defs:white (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/truss/
listopts.c 59 const char white[] = " \t\n"; /* white space characters */ variable
614 fpat += strspn(fpat, white);
  /onnv/onnv-gate/usr/src/cmd/vi/misc/
ctags.c 70 #define iswhite(arg) (_wht[arg]) /* T if char is white */
118 *white = " \f\t\n", /* white chars */ variable
297 * Every char which is NOT in that string is not a white char. Therefore,
299 * subscripted by the chars in "white" are set to TRUE. Thus "_wht"
300 * of a char is TRUE if it is the string "white", else FALSE.
314 for (sp = white; *sp; sp++)
541 } else if (midtoken == TRUE) { /* if white space omitted */
    [all...]

Completed in 5060 milliseconds