Searched refs:tablist (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c41 * tabs [-T term] [+m[n]] -t tablist
111 #define T_FORM 2 /* tabs [-T term] [+m[n]] -t tablist */
120 static wchar_t *tablist; variable
145 static char bad_list[] = m_textstr(1830, "Illegal tabs in \"%s\".\n", "E tablist");
148 static char not_ascending[] = m_textstr(1833, "\"%s\" are not in ascending order.\n", "E tablist");
151 tabs [-T term] [+m[n]] -t <tablist>\n\
201 tablist = m_mbstowcsdup(ap);
204 tablist = m_mbstowcsdup(*++argv);
238 tablist = m_mbstowcsdup(p->list);
265 tablist
[all...]

Completed in 20 milliseconds