Home
last modified time | relevance | path

Searched refs:INVOKE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dcmd-doc.tlib126 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 Dagmdoc-cmd.tpl42 INVOKE build-doc :+][+:
H A Dagman-cmd.tpl44 INVOKE build-doc :+][+:
/freebsd/sys/netgraph/
H A Dng_parse.c127 #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()