Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c4443 #define fetch_till_str(as_string, input, word, skip_tabs) \ macro
4444 fetch_till_str(input, word, skip_tabs)
4446 static char *fetch_till_str(o_string *as_string, in fetch_till_str() function
4558 p = fetch_till_str(as_string, input, in fetch_heredocs()