Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h868 EXTERN const char TC_LEX1[] E_INIT("|&;<>() \t\n"); variable
869 #define TC_IFSWS (TC_LEX1 + 7)
1029 #define TC_LEX1 "|&;<>() \t\n" macro
Dmisc.c96 setctypes(TC_LEX1, C_LEX1); in initctypes()