Home
last modified time | relevance | path

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

/dports/textproc/words/words-1.97F_3/
H A Ddictionary_package.ads266 type NUMERAL_ENTRY is type
275 procedure GET(F : in FILE_TYPE; NUM : out NUMERAL_ENTRY);
276 procedure GET(NUM : out NUMERAL_ENTRY);
277 procedure PUT(F : in FILE_TYPE; NUM : in NUMERAL_ENTRY);
278 procedure PUT(NUM : in NUMERAL_ENTRY);
279 procedure GET(S : in STRING; NUM : out NUMERAL_ENTRY; LAST : out INTEGER);
280 procedure PUT(S : out STRING; NUM : in NUMERAL_ENTRY);
380 NUM : NUMERAL_ENTRY;
H A Ddictionary_package.adb385 procedure GET(F : in FILE_TYPE; NUM : out NUMERAL_ENTRY) is
394 procedure GET(NUM : out NUMERAL_ENTRY) is
403 procedure PUT(F : in FILE_TYPE; NUM : in NUMERAL_ENTRY) is
412 procedure PUT(NUM : in NUMERAL_ENTRY) is
421 procedure GET(S : in STRING; NUM : out NUMERAL_ENTRY; LAST : out INTEGER) is
435 procedure PUT(S : out STRING; NUM : in NUMERAL_ENTRY) is
766 NUMERAL : NUMERAL_ENTRY;
H A Daddons_package.ads29 NUM : NUMERAL_ENTRY;
H A Daddons_package.adb402 NUMERAL : NUMERAL_ENTRY;