Home
last modified time | relevance | path

Searched defs:BB_isspace (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/libbb/
Dlineedit.c84 static bool BB_isspace(CHAR_T c) in BB_isspace() function
109 # define BB_isspace(c) isspace(c) macro