Home
last modified time | relevance | path

Searched refs:tabmode (Results 1 – 25 of 35) sorted by relevance

12

/dports/x11-toolkits/fox17/fox-1.7.77/adie/
H A DModeline.h36 FXint tabmode; // Tabs expanded into spaces variable
73 void setTabMode(FXint m){ tabmode=m; } in setTabMode()
74 FXint getTabMode() const { return tabmode; } in getTabMode()
H A DSyntaxParser.cpp279 FXint tabmode=-1; in parseLanguage() local
397 tabmode=(token==TK_YES); in parseLanguage()
425 syntax->setTabMode(tabmode); in parseLanguage()
438 FXTRACE((10,"tabmode=%d\n",tabmode)); in parseLanguage()
H A DModeline.cpp95 Modeline::Modeline():autoindent(-1),wrapwidth(-1),tabwidth(-1),wrapmode(-1),tabmode(-1){ in Modeline()
278 tabmode=-1; in clear()
H A DSyntax.h191 FXint tabmode; // Tab key inserts spaces variable
262 void setTabMode(FXint m){ tabmode=m; } in setTabMode()
263 FXint getTabMode() const { return tabmode; } in getTabMode()
H A DSyntax.cpp283 …contextLines(1),contextChars(1),autoindent(-1),wrapwidth(-1),tabwidth(-1),wrapmode(-1),tabmode(-1){ in Syntax()
/dports/textproc/catdoc/catdoc-0.95/src/
H A Dreader.c95 int tabmode=0; in process_file() local
117 if (tabmode) { in process_file()
118 tabmode=0; in process_file()
129 tabmode = 1; in process_file()
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dfractint.c150 int tabmode = 1; /* tab display enabled */ variable
343 tabmode = 0;
371 tabmode = 1;
387 tabmode = 1;
H A Dfracsubr.c1217 savetabmode = tabmode; in sleepms_old()
1219 tabmode = 0; in sleepms_old()
1276 tabmode = savetabmode; in sleepms_old()
H A Drealdos.c1124 oldtabmode = tabmode;
1128 tabmode = 0;
1352 tabmode = oldtabmode;
/dports/math/ploticus-nox11/pl240src/prefabs/
H A Dchunk_chronfilter20 ##set ADJ = $dategroup( @tab, @tabmode, @@DT )
H A Dchron.pl--34 #setifnotgiven tabmode = "mid"
H A Dchron.pl-34 #setifnotgiven tabmode = "mid"
/dports/math/ploticus/pl240src/prefabs/
H A Dchunk_chronfilter20 ##set ADJ = $dategroup( @tab, @tabmode, @@DT )
H A Dchron.pl-34 #setifnotgiven tabmode = "mid"
H A Dchron.pl--34 #setifnotgiven tabmode = "mid"
/dports/devel/clixon/clixon-4.8.0/apps/cli/
H A Dcli_main.c410 int tabmode; in main() local
702 if ((tabmode = clicon_cli_tab_mode(h)) < 0){ in main()
706 cligen_tabmode_set(cli_cligen(h), tabmode); in main()
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwRichtext.c695 int tabmode, int col) in segment_char2coords() argument
702 switch (tabmode) { in segment_char2coords()
811 int tabmode, int *col) in segment_coords2char() argument
818 switch (tabmode) { in segment_coords2char()
1001 int extra_space, int no_of_blanks, int tabmode, int row) in draw_segment() argument
1016 switch (tabmode) { in draw_segment()
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DFbWinFrame.cc159 bool FbWinFrame::setTabMode(TabMode tabmode) { in setTabMode() argument
160 if (m_tabmode == tabmode) in setTabMode()
168 if (tabmode == NOTSET) in setTabMode()
169 tabmode = m_tabmode; in setTabMode()
171 m_tabmode = tabmode; in setTabMode()
174 if (tabmode == EXTERNAL) { in setTabMode()
H A DFbWinFrame.hh110 bool setTabMode(TabMode tabmode);
/dports/games/cake/cake_src/
H A Dmain.cpp68 int tabmode = 1; // console tabulation mode variable
272 if (tabmode) in Keyboard()
1103 if (!strcmp(argv[1], "0")) tabmode = 0; in cmd_tabmode()
1104 else tabmode = 1; in cmd_tabmode()
/dports/math/ploticus-nox11/pl240src/pltestsuite/
H A Dtestpf_chron32 stubfmt=M xyears=yyyy color=powderblue tab=month tabmode=first nearest=month\
/dports/math/ploticus/pl240src/pltestsuite/
H A Dtestpf_chron32 stubfmt=M xyears=yyyy color=powderblue tab=month tabmode=first nearest=month\
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DControlPanel.cxx865 const int tabmode = (realmode == MessageCurrent) ? messageMode : realmode; in addMessage() local
871 if ((tab == tabmode) // add to its own mode in addMessage()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DControlPanel.cxx865 const int tabmode = (realmode == MessageCurrent) ? messageMode : realmode; in addMessage() local
871 if ((tab == tabmode) // add to its own mode in addMessage()
/dports/graphics/xfractint/xfractint-20.04p16/unix/
H A Dgeneral.c31 extern int tabmode;
181 } else if (ch==TAB && tabmode) { in keypressed()

12