Searched refs:spacetab (Results 1 – 1 of 1) sorted by relevance
18 static inline bool spacetab(char c) { return c == ' ' || c == '\t'; } in spacetab() function22 if (!spacetab(*first)) in next_non_spacetab()29 if (spacetab(*first) || !*first) in next_terminator()73 while (spacetab(i_end[-1])) in load_script()
Completed in 5 milliseconds