Searched refs:INVOKE (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | cmd-doc.tlib | 126 INVOKE doc-sections :+][+: 127 INVOKE ao-sections :+][+: 128 INVOKE assemble-sections :+][+: 277 INVOKE cond-section sec = "OPTIONS" mode = "replace" :+][+: 278 INVOKE cond-section sec = "EXIT STATUS" mode = "insert" :+][+: 281 INVOKE cond-section sec = "OPTION PRESETS" mode = "replace" :+][+: 284 INVOKE cond-section sec = "FILES" mode = "append" :+][+: 288 INVOKE cond-section sec = "ENVIRONMENT" mode = "append" :+][+: 293 INVOKE cond-section sec = "FILES" mode = "append" :+][+: 296 INVOKE cond-section sec = "SYNOPSIS" mode = "alt" :+][+: [all …]
|
H A D | agmdoc-cmd.tpl | 42 INVOKE build-doc :+][+:
|
H A D | agman-cmd.tpl | 44 INVOKE build-doc :+][+:
|
/freebsd/sys/netgraph/ |
H A D | ng_parse.c | 127 #define INVOKE(t,m) (*METHOD(t,m)) macro 136 0 : INVOKE(t, getAlign)(t)) 149 return INVOKE(type, parse)(type, string, off, buf, buf, buflen); in ng_parse() 161 return INVOKE(type, unparse)(type, data, &off, cbuf, cbuflen); in ng_unparse() 1347 error = INVOKE(etype, parse)(etype, in ng_parse_composite() 1446 if ((error = INVOKE(etype, unparse) in ng_unparse_composite()
|