Home
last modified time | relevance | path

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

/dports/sysutils/smenu/smenu-0.9.18/
H A Dctxopt.h84 ctxopt_new_ctx(char * name, char * opts_specs);
H A Dsmenu.c6753 ctxopt_new_ctx("Main", main_options); in main()
6754 ctxopt_new_ctx("Columns", col_options); in main()
6755 ctxopt_new_ctx("Lines", line_options); in main()
6756 ctxopt_new_ctx("Tabulations", tab_options); in main()
6757 ctxopt_new_ctx("Tagging", tag_options); in main()
H A Dctxopt.c4122 ctxopt_new_ctx(char * name, char * opts_specs) in ctxopt_new_ctx() function