Home
last modified time | relevance | path

Searched refs:TC_LEX1 (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Dsh.h825 EXTERN const char TC_LEX1[] E_INIT("|&;<>() \t\n"); variable
826 #define TC_IFSWS (TC_LEX1 + 7) /* space tab newline */
Dmisc.c105 setctypes(TC_LEX1, C_LEX1); in initctypes()