Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c289 #define TS_WORD (TC_IN | TS_STATEMNT | TC_ELSE \ macro
1195 if ((tc & (expected | TS_WORD | TC_NEWLINE)) in next_token()
1197 && !((tc & TS_WORD) && isalnum_(p[l])) in next_token()