HomeSort by: relevance | last modified time | path
    Searched defs:white_space (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/groff/dist/src/roff/troff/
token.h 79 int white_space(); // is the current token space or tab?
174 inline int token::white_space() function in class:token
token.h 79 int white_space(); // is the current token space or tab?
174 inline int token::white_space() function in class:token
  /src/external/gpl2/lvm2/dist/lib/format_text/
export.c 156 char white_space[MAX_INDENT + 1]; local
162 white_space[i] = '\t';
163 white_space[i] = '\0';
164 fputs(white_space, f->data.fp);
export.c 156 char white_space[MAX_INDENT + 1]; local
162 white_space[i] = '\t';
163 white_space[i] = '\0';
164 fputs(white_space, f->data.fp);

Completed in 47 milliseconds