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

/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_alnum.c39 #define thisARG alnumARG macro
45 thisARG; typedef in typeref:struct:__anon4629
58 thisARG *argp = (thisARG *) 0;
62 argp = typeMalloc(thisARG, 1);
66 T((T_CREATE("thisARG %p"), (void *)argp));
100 const thisARG *ap = (const thisARG *)argp;
101 thisARG *result = typeMalloc(thisARG,
[all...]
H A Dfty_alpha.c39 #define thisARG alphaARG macro
45 thisARG; typedef in typeref:struct:__anon4630
58 thisARG *argp = (thisARG *) 0;
62 argp = typeMalloc(thisARG, 1);
66 T((T_CREATE("thisARG %p"), (void *)argp));
100 const thisARG *ap = (const thisARG *)argp;
101 thisARG *result = typeMalloc(thisARG,
[all...]
H A Dfty_int.c45 #define thisARG integerARG macro
53 thisARG; typedef in typeref:struct:__anon4633
74 thisARG *argp = (thisARG *) 0;
75 thisARG *param = (thisARG *) arg;
79 argp = typeMalloc(thisARG, 1);
83 T((T_CREATE("thisARG %p"), (void *)argp));
101 thisARG arg;
121 const thisARG *a
[all...]
H A Dfty_num.c55 #define thisARG numericARG macro
64 thisARG; typedef in typeref:struct:__anon4635
85 thisARG *argn = (thisARG *) 0;
90 argn = typeMalloc(thisARG, 1);
94 T((T_CREATE("thisARG %p"), (void *)argn));
140 const thisARG *ap = (const thisARG *)argp;
141 thisARG *result = (thisARG *)
[all...]

Completed in 111 milliseconds