Home
last modified time | relevance | path

Searched refs:__P1 (Results 1 – 17 of 17) sorted by relevance

/dports/games/powwow/powwow-1.2.17/
H A Dedit.c190 void clear_line __P1 (char *,dummy) in __P1() function
398 void to_history __P1 (char *,dummy) in __P1() function
413 void put_history __P1 (char *,str) in __P1() function
622 void put_word __P1 (char *,s) in __P1() function
705 void next_word __P1 (char *,dummy) in __P1() function
718 void prev_word __P1 (char *,dummy) in __P1() function
802 void prev_line __P1 (char *,dummy) in __P1() function
827 void next_line __P1 (char *,dummy) in __P1() function
852 void prev_char __P1 (char *,dummy) in __P1() function
860 void next_char __P1 (char *,dummy) in __P1() function
[all …]
H A Dcmd.c428 static void cmd_help __P1 (char *,arg) in __P1() function
616 static void cmd_beep __P1 (char *,arg) in __P1() function
624 static void cmd_bind __P1 (char *,arg) in __P1() function
668 static void cmd_do __P1 (char *,arg) in __P1() function
838 static void cmd_in __P1 (char *,arg) in __P1() function
908 static void cmd_at __P1 (char *,arg) in __P1() function
1075 static void cmd_key __P1 (char *,arg) in __P1() function
1106 static void cmd_map __P1 (char *,arg) in __P1() function
1348 static void cmd_ver __P1 (char *,arg) in __P1() function
1408 static void cmd_exe __P1 (char *,arg) in __P1() function
[all …]
H A Dlist.c137 void reverse_list __P1 (defnode **,base) in __P1() function
149 void reverse_sortedlist __P1 (sortednode **,base) in __P1() function
448 aliasnode **lookup_alias __P1 (char *,name) in __P1() function
460 actionnode **lookup_action __P1 (char *,label) in __P1() function
484 actionnode **lookup_prompt __P1 (char *,label) in __P1() function
508 keynode **lookup_key __P1 (char *,name) in __P1() function
544 void delete_aliasnode __P1 (aliasnode **,base) in __P1() function
561 void delete_actionnode __P1 (actionnode **,base) in __P1() function
599 void delete_marknode __P1 (marknode **,base) in __P1() function
610 void delete_keynode __P1 (keynode **,base) in __P1() function
[all …]
H A Dutils.c41 char *my_strdup __P1 (char *,s) in __P1() function
72 int printstrlen __P1 (char *,s) in __P1() function
103 char *skipspace __P1 (char *,p) in __P1() function
215 void unescape __P1 (char *,s) in __P1() function
220 void ptrunescape __P1 (ptr,p) in __P1() function
503 static void wrap_print __P1 (char *,s) in __P1() function
653 static void sig_pipe_handler __P1 (int,signum) in __P1() function
692 void suspend_powwow __P1 (int, signum) in __P1() function
789 void errmsg __P1 (char *,msg) in __P1() function
818 void syserr __P1 (char *,msg) in __P1() function
[all …]
H A Dmap.c42 static char reverse_dir __P1 (char,dir) in __P1() function
119 void map_sprintf __P1 (char *,buf) in __P1() function
132 void map_add_dir __P1 (char,dir) in __P1() function
H A Dcmd2.c78 static int check_alias __P1 (char *,name) in __P1() function
148 void parse_alias __P1 (char *,str) in __P1() function
781 int parse_attributes __P1 (char *,line) in __P1() function
842 char *attr_name __P1 (int,attrcode) in __P1() function
892 void parse_mark __P1 (char *,str) in __P1() function
1050 static int get_one_char __P1 (int,timeout) in __P1() function
1204 void show_binds __P1 (char,edit) in __P1() function
1303 void parse_bind __P1 (char *,arg) in __P1() function
1377 void parse_rebind __P1 (char *,arg) in __P1() function
1645 void show_history __P1 (int,count) in __P1() function
[all …]
H A Dbeam.c43 static void write_message __P1 (char *,s) in __P1() function
150 void abort_edit_fd __P1 (int,fd) in __P1() function
176 void cancel_edit __P1 (editsess *,sp) in __P1() function
215 static void finish_edit __P1 (editsess *,sp) in __P1() function
H A Dlog.c60 static void log_flushline __P1 (int,i) in __P1() function
132 void log_resize __P1 (int,newsize) in __P1() function
285 void reprint_writeline __P1 (char *,line) in __P1() function
H A Dtcp.c74 static void dosubopt __P1 (byte *,str) in __P1() function
604 void tcp_main_write __P1 (char *,data) in __P1() function
732 int tcp_find __P1 (char *,id) in __P1() function
774 void tcp_set_main __P1 (int,fd) in __P1() function
860 void tcp_close __P1 (char *,id) in __P1() function
948 void tcp_togglesnoop __P1 (char *,id) in __P1() function
H A Deval.c220 void print_error __P1 (int,err_num) in __P1() function
230 static int push_op __P1 (operator *,op) in __P1() function
242 static int pop_op __P1 (operator *,op) in __P1() function
254 static int push_obj __P1 (object *,obj) in __P1() function
271 static int pop_obj __P1 (object *,obj) in __P1() function
346 static int check_object __P1 (object *,obj) in __P1() function
451 static void check_delete __P1 (object *,obj) in __P1() function
459 static int exe_op __P1 (operator *,op) in __P1() function
1272 static int compare_and_unload __P1 (operator *,op) in __P1() function
1294 static int _eval __P1 (int,mindepth) in __P1() function
[all …]
H A Dcmd.h23 int print_all_options __P1 (FILE *,file);
H A Dptr.c29 ptr ptrnew __P1 (int,max) in __P1() function
78 ptr ptrdup __P1 (ptr,src) in __P1() function
86 void _ptrdel __P1 (ptr,p) in __P1() function
95 void ptrzero __P1 (ptr,p) in __P1() function
H A Dmain.c486 static void compute_sleeptime __P1 (vtime **,timeout) in __P1() function
582 void status __P1 (int,s) in __P1() function
665 void prompt_set_iac __P1 (char *,p) in __P1() function
953 static void common_clear __P1 (int,newline) in __P1() function
1411 static char *split_words __P1 (char *,str) in __P1() function
1508 char *get_next_instr __P1 (char *,p) in __P1() function
2011 void set_deffile __P1 (char *,arg) in __P1() function
2026 int is_permanent_variable __P1 (varnode *,v) in __P1() function
H A Ddefines.h33 # define __P1(t1,a1) (t1 a1) macro
48 # define __P1(t1,a1) (a1) t1 a1; macro
H A Dtty.c641 void input_moveto __P1 (int,new_pos) in __P1() function
670 void input_delete_nofollow_chars __P1 (int,n) in __P1() function
759 void input_overtype_follow __P1 (char,c) in __P1() function
H A DHacking23 - a non-ANSI C compiler (use the __P, __P0, __P1, ... defines!)
/dports/graphics/pixie/Pixie/src/ri/
H A Dradiance.cpp845 #define processTriangle(__P0,__P1,__P2) \ in split() argument
847 movvv(ncorners+3,__P1); \ in split()