Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dlineedit.c94 static bool BB_ispunct(CHAR_T c) in BB_ispunct() function
116 # define BB_ispunct(c) ispunct(c) macro