Home
last modified time | relevance | path

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

/external/toybox/scripts/
Dconfig2help.c353 struct double_list *cfrom, *tfrom, *anchor; in main() local
376 tdashlines = grab_dashlines(&throw->help, &tfrom, &tlen); in main()
397 if (tfrom && tfrom != throw->help) { in main()
403 while (throw->help && throw->help != tfrom) in main()
432 while (tfrom) dlist_add(&anchor, dlist_zap(&tfrom)); in main()