Home
last modified time | relevance | path

Searched refs:InCompState (Results 1 – 2 of 2) sorted by relevance

/dports/math/form/form-4.2.1/sources/
H A Dstore.c1615 WORD GetFromStore(WORD *to, POSITION *position, RENUMBER renumber, WORD *InCompState, WORD nexpr) in GetFromStore() argument
1644 *InCompState = (WORD)num; in GetFromStore()
1656 *InCompState = (WORD)(num + 2); in GetFromStore()
1686 *InCompState = (WORD)(num + 2); in GetFromStore()
1712 *InCompState = (WORD)num; in GetFromStore()
1722 *InCompState = (WORD)(num+2); in GetFromStore()
1755 *InCompState = (WORD)(num + 2); in GetFromStore()
1758 *InCompState = *to; in GetFromStore()
H A Dproces.c2693 WORD InCompState; in PasteFile() local
2705 if ( ( l = GetFromStore(accum,position,renumber,&InCompState,nexpr) ) < 0 ) in PasteFile()
2753 retlength = InCompState; in PasteFile()
2757 if ( ( l = GetFromStore(accum,position,renumber,&InCompState,nexpr) ) < 0 ) { in PasteFile()
2764 retlength = InCompState; in PasteFile()