Home
last modified time | relevance | path

Searched refs:insert_self (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/texinfo/makeinfo/
Dcmds.c68 { "@", insert_self, NO_BRACE_ARGS },
69 { "\\", insert_self, NO_BRACE_ARGS },
72 { "{", insert_self, NO_BRACE_ARGS },
74 { "}", insert_self, NO_BRACE_ARGS },
376 insert_self (int arg) in insert_self() function
1881 insert_self (arg); in cm_punct()
Dcmds.h59 extern void insert_self (int arg),
/freebsd-10-stable/contrib/texinfo/
DChangeLog.461946 * makeinfo/cmds.c (command_table): \\ -> insert_self.