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

/illumos-gate/usr/src/cmd/vi/misc/
H A Dctags.c66 #define iswhite(arg) (_wht[arg]) /* T if char is white */
94 _wht[0177], _etk[0177], _itk[0177], _btk[0177], _gd[0177]; variable
294 * all of the array "_wht" is set to FALSE, and then the elements
295 * subscripted by the chars in "white" are set to TRUE. Thus "_wht"
305 _wht[i] = _etk[i] = _itk[i] = _btk[i] = FALSE;
311 _wht[*sp] = TRUE;

Completed in 102 milliseconds