Home
last modified time | relevance | path

Searched refs:cmd_int (Results 1 – 13 of 13) sorted by relevance

/dports/math/oleo/oleo-1.99.16/src/
H A Dargs.h30 cmd_int = 'i', enumerator
93 DEFSTYLE(char_style, char_verify, 0, cmd_int, "read-char");
95 DEFSTYLE(menu_style, menu_verify, 0, cmd_int, "read-menu");
96 DEFSTYLE(format_style, format_verify, 0, cmd_int, "read-format");
110 DEFSTYLE(number_style, number_verify, 0, cmd_int, "read-integer");
116 DEFSTYLE(int_constant_style, 0, 0, cmd_int, 0);
/dports/vietnamese/vnless/vnless/
H A Dcommand.c146 cmd_int() in cmd_int() function
385 number = cmd_int();
/dports/graphics/box/box-0.4.0/libs/g/
H A Dcmd.c344 BoxInt cmd_int = (BoxInt) cmd; in My_Filter_Append_Iter() local
347 BoxGObj_Append_C_Value(cmd_obj, BOXGOBJKIND_INT, & cmd_int); in My_Filter_Append_Iter()
/dports/chinese/cless/cless-290/
H A Dfuncs.h59 public int cmd_int ();
H A Dcmdbuf.c920 cmd_int() in cmd_int() function
H A Dcommand.c270 number = cmd_int();
/dports/japanese/less/less-382.262.03.01/
H A Dfuncs.h69 public LINENUM cmd_int ();
H A Dcmdbuf.c1161 cmd_int() in cmd_int() function
H A Dcommand.c308 number = cmd_int();
/dports/sysutils/less/less-551/
H A Dfuncs.h82 public LINENUM cmd_int LESSPARAMS ((long *frac));
H A Dcommand.c601 number = cmd_int(&fraction);
H A Dcmdbuf.c1345 cmd_int(frac) in cmd_int() function
/dports/science/plumed/plumed2-2.7.2/python/
H A Dplumed.pyx102 cdef cmd_int(self, ckey, int val): member in Plumed
113 self.cmd_int(ckey, val)