Searched defs:styles (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/misc/
H A Doptget.c229 static const Help_t styles[] = variable
2430 else if ((hp = (Help_t*)search(styles, elementsof(styles), sizeof(styles[0]), (char*)what + 1)) && hp->style >= 0)
2444 for (i = 0; i < elementsof(styles); i++)
2445 sfprintf(sp_help, "[:%s?%s]", styles[i].match, styles[i].text);
3626 if (hp = (Help_t*)search(styles, elementsof(styles), sizeof(styles[
[all...]

Completed in 20 milliseconds