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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dslk.c277 slk_set(int index, const char *label, int justify) argument
283 __m_trace("slk_set(%d, %p, %d)", index, label, justify);
287 code = slk_wset(index, wcs, justify);
293 slk_wset(int index, const wchar_t *label, int justify) argument
311 __m_trace("slk_wset(%d, %p, %d)", index, label, justify);
314 if (index < 1 || 8 < index || justify < 0 || 2 < justify)
337 __m_screen->_slk._justify[index] = (short) justify;
348 switch (justify) {
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dutility.c243 /* justify - justify field f in window w as given by Just(f) */
245 justify(FIELD *f, WINDOW *w) function
268 /* unjustify - left justify field f in window w for editing */
325 justify(f, w);
517 justify(c, w);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c318 slk_set(int index, const char *label, int justify) argument
326 code = slk_wset(index, wcs, justify);
332 slk_wset(int index, const wchar_t *label, int justify) argument
343 if (index < 1 || 8 < index || justify < 0 || 2 < justify)
372 switch (justify) {
395 __m_screen->_slk._justify[index] = (short) justify;
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c104 int justify=0; local
115 justify = 'a';
137 justify=n;
153 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff);

Completed in 50 milliseconds