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

/macosx-10.9.5/groff-38/groff/src/preproc/tbl/
H A Dtable.h99 char **vline; member in class:table
H A Dmain.cpp623 char **vline; member in struct:format
680 a_delete vline[ local
683 a_delete vline; local
691 int vline; member in struct:input_entry_format
[all...]
H A Dtable.cpp1221 a_delete vline[i]; local
1224 a_delete vline; local
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dvm_eval.c1324 VALUE src, scope, vfile, vline; local
/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesw.h677 inline int UNDEF(vline)(chtype ch, int n) { return vline(ch, n); } function
678 #undef vline macro
679 #define vline UNDEF(vline) macro
1168 int vline(int len, chtype ch=0) { return ::wvline(w, ch, len); } function in class:NCursesWindow
1172 int vline(int y, int x, int len, chtype ch=0) { function in class:NCursesWindow

Completed in 99 milliseconds